summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: