Skip to content

Commit 6a7b673

Browse files
committed
EXPERIMENT: probe PG18 availability in pgxn-tools image (bump NEWEST 17->18)
1 parent 4e7e8c7 commit 6a7b673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# `test` and `pg-upgrade-test` matrices below both derive their
141141
# version lists from here, so they cannot silently drift onto
142142
# different lists. To add or drop a major, edit only NEWEST/FLOOR.
143-
NEWEST=17
143+
NEWEST=18
144144
FLOOR=10
145145
supported=$(seq "$NEWEST" -1 "$FLOOR")
146146
# Emit a JSON array from a list of ints, for matrix: to consume

0 commit comments

Comments
 (0)