Skip to content

Commit a8abb06

Browse files
committed
chore: remove pg 18 from test matrix
1 parent ca93657 commit a8abb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
pg_version: [14, 15, 16, 17, 18]
21+
pg_version: [14, 15, 16, 17] # PG 18 not currently supported
2222
env:
2323
PG_VERSION: ${{ matrix.pg_version }}
2424
steps:

0 commit comments

Comments
 (0)