summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authornessita <124304+nessita@users.noreply.github.com>2024-10-03 17:49:02 -0300
committerGitHub <noreply@github.com>2024-10-03 17:49:02 -0300
commitc334c1a8ff4579cdb1dd77cce8da747070ac9fc4 (patch)
tree20f6eb9182c12b5b323b509f026df3a15e68ddf7 /.github
parent1feedc8ef8a34484cb5afe33f5c45b543b860210 (diff)
Bumped latest PostgreSQL to 17 in scheduled tests workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/schedule_tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml
index 78b06ba5de..2cf62493c3 100644
--- a/.github/workflows/schedule_tests.yml
+++ b/.github/workflows/schedule_tests.yml
@@ -200,10 +200,10 @@ jobs:
strategy:
fail-fast: false
matrix:
- version: [16, 17rc1]
+ version: [16, 17]
server_side_bindings: [0, 1]
runs-on: ubuntu-latest
- name: Newer PostgreSQL Versions
+ name: PostgreSQL Versions
env:
SERVER_SIDE_BINDING: ${{ matrix.server_side_bindings }}
services: