Skip to content

Commit

Permalink
CI: Update build matrix and include ghc-9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed May 24, 2024
1 parent 3240638 commit 3f849ca
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,19 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.8.0.20230809
- compiler: ghc-9.10.1
compilerKind: ghc
compilerVersion: 9.8.0.20230809
compilerVersion: 9.10.1
setup-method: ghcup
allow-failure: true
- compiler: ghc-9.6.2
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.6.2
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: true
- compiler: ghc-9.6.5
compilerKind: ghc
compilerVersion: 9.6.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.6
Expand Down

0 comments on commit 3f849ca

Please sign in to comment.