Skip to content

Commit 3afe442

Browse files
committed
CI: Add ghc-9.6 to the build matrix
1 parent 105a466 commit 3afe442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
cabal: ["3.10.1.0"]
18-
ghc: ["8.10.7", "9.2.7"]
18+
ghc: ["8.10.7", "9.2.7", "9.6.2" ]
1919
os: [ubuntu-latest, macos-latest]
2020

2121
steps:
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
sudo apt-get update
5050
sudo apt-get install -y libpq-dev libpq5 net-tools postgresql
51-
51+
5252
- name: Post Install Cleanup (Linux)
5353
if: matrix.os == 'ubuntu-latest'
5454
run: |
@@ -122,7 +122,7 @@ jobs:
122122
run: cabal build all -j --ghc-option=-j4 --enable-tests --only-dependencies
123123

124124
- name: Build
125-
run: cabal build all -j --ghc-option=-j4 --enable-tests
125+
run: cabal build all -j --ghc-option=-j4 --enable-tests
126126

127127
- name: Set up database user (Linux)
128128
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)