Skip to content

Commit 0d883bd

Browse files
erikdandreasabel
authored andcommitted
CI; Add ghc 9.10 to the build matrix
1 parent 609f6b3 commit 0d883bd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,19 @@ jobs:
3434
strategy:
3535
matrix:
3636
include:
37-
- compiler: ghc-9.8.1
37+
- compiler: ghc-9.10.1
3838
compilerKind: ghc
39-
compilerVersion: 9.8.1
39+
compilerVersion: 9.10.1
4040
setup-method: ghcup
4141
allow-failure: false
42-
- compiler: ghc-9.6.4
42+
- compiler: ghc-9.8.2
4343
compilerKind: ghc
44-
compilerVersion: 9.6.4
44+
compilerVersion: 9.8.2
45+
setup-method: ghcup
46+
allow-failure: false
47+
- compiler: ghc-9.6.5
48+
compilerKind: ghc
49+
compilerVersion: 9.6.5
4550
setup-method: ghcup
4651
allow-failure: false
4752
- compiler: ghc-9.4.8

0 commit comments

Comments
 (0)