Skip to content

Commit 455f611

Browse files
sgillespiekderme
authored andcommitted
Update PR CI workflow: Drop GHC 8.10 and add 9.10
GHC 8.10 was dropped from Hydra (CI) some time ago, so it needs to be dropped from GitHub CI too. GHC 9.10 was broken a while ago in the upstream devShell (input-output-hk/devx), but hopefully it is fixed now.
1 parent 5c5ca54 commit 455f611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest]
2222
# TODO: Add ghc910 when input-output-hk/devx is fixed
23-
compiler-nix-name: [ghc810, ghc96, ghc98, ghc912]
23+
compiler-nix-name: [ghc96, ghc98, ghc910, ghc912]
2424
include:
2525
# We want a single job, because macOS runners are scarce.
2626
- os: macos-latest

0 commit comments

Comments
 (0)