Skip to content

Commit 270ee74

Browse files
committed
ci: add GHC-9.10
1 parent d5cd288 commit 270ee74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
ghc:
12+
- "9.10.1"
1213
- "9.8.2"
1314
- "9.6.4"
1415
- "9.4.8"
@@ -21,6 +22,9 @@ jobs:
2122
os:
2223
- ubuntu-latest
2324
include:
25+
- os: macos-latest
26+
ghc: "9.10.1"
27+
cabal: "3.12.1.0"
2428
- os: macos-latest
2529
ghc: "9.8.2"
2630
cabal: "3.12.1.0"

0 commit comments

Comments
 (0)