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 6879eba commit 01f3236
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.10.1
compilerKind: ghc
compilerVersion: 9.10.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.8.1
compilerKind: ghc
compilerVersion: 9.8.1
Expand Down

0 comments on commit 01f3236

Please sign in to comment.