Skip to content

Commit

Permalink
CI: Add ghc 9.10 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed May 21, 2024
1 parent 4d64808 commit 83410cc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.8.1
- compiler: ghc-9.10.1
compilerKind: ghc
compilerVersion: 9.8.1
compilerVersion: 9.10.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.3
Expand Down

0 comments on commit 83410cc

Please sign in to comment.