Skip to content

Commit 66f42a3

Browse files
authored
Run "Tests Fail on Old Code" check on PG 18. (#10307)
Some of our tests are already specific to PG18 and later versions, and they should be handled as well.
1 parent 6286ecf commit 66f42a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-fail-on-old-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set PostgreSQL version
2525
id: pg
2626
run: |
27-
MAJOR=17
27+
MAJOR=18
2828
echo "major=$MAJOR" >> $GITHUB_OUTPUT
2929
3030
# Choose the latest version from config that matches our major version.

0 commit comments

Comments
 (0)