diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-29 17:37:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-29 12:37:03 -0300 |
| commit | 22448a4b65bdd6293192fb7845d31bba0405aeed (patch) | |
| tree | 9ef85ab620475be93bf1a67faf0b019b91445230 /.github | |
| parent | afe6634146d0fe70498976c49d2eb4d745aa9064 (diff) | |
Added PostgreSQL 18 to scheduled tests workflow.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/schedule_tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml index f59b357732..ed3b6b9428 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -141,7 +141,7 @@ jobs: strategy: fail-fast: false matrix: - version: [16, 17] + version: [16, 17, 18] server_side_bindings: [0, 1] runs-on: ubuntu-latest name: PostgreSQL Versions |
