Skip to content

Commit e16de8c

Browse files
committed
more
1 parent 194c63a commit e16de8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/simple.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
os: [macos-latest, windows-latest]
1717
# Older GHCs need LLVM on macos-latest (ARM)
1818
ghc: ['9.10.2']
19+
psql: ['16', '17']
1920
fail-fast: false
2021
timeout-minutes:
2122
60
@@ -39,7 +40,7 @@ jobs:
3940
username: ci
4041
password: sw0rdfish
4142
database: test
42-
postgres-version: "16"
43+
postgres-version: ${{ matrix.psql }}
4344

4445
- name: Checkout
4546
uses: actions/checkout@v4

0 commit comments

Comments
 (0)