File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
cabal : ["3.10.1.0"]
18
- ghc : ["8.10.7", "9.2.7"]
18
+ ghc : ["8.10.7", "9.2.7", "9.6.2" ]
19
19
os : [ubuntu-latest, macos-latest]
20
20
21
21
steps :
48
48
run : |
49
49
sudo apt-get update
50
50
sudo apt-get install -y libpq-dev libpq5 net-tools postgresql
51
-
51
+
52
52
- name : Post Install Cleanup (Linux)
53
53
if : matrix.os == 'ubuntu-latest'
54
54
run : |
@@ -122,7 +122,7 @@ jobs:
122
122
run : cabal build all -j --ghc-option=-j4 --enable-tests --only-dependencies
123
123
124
124
- name : Build
125
- run : cabal build all -j --ghc-option=-j4 --enable-tests
125
+ run : cabal build all -j --ghc-option=-j4 --enable-tests
126
126
127
127
- name : Set up database user (Linux)
128
128
if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments