We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6286ecf commit 66f42a3Copy full SHA for 66f42a3
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=17
+ MAJOR=18
28
echo "major=$MAJOR" >> $GITHUB_OUTPUT
29
30
# Choose the latest version from config that matches our major version.
0 commit comments