There was an error while loading. Please reload this page.
1 parent 3972bac commit 8d38b96Copy full SHA for 8d38b96
1 file changed
.github/workflows/tests-fail-on-old-code.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set PostgreSQL version
25
id: pg
26
run: |
27
- MAJOR=18
+ MAJOR=17
28
echo "major=$MAJOR" >> $GITHUB_OUTPUT
29
30
# Choose the latest version from config that matches our major version.
0 commit comments