Skip to content

Commit

Permalink
Manually add a ghc-9.10.1 job to haskell-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed Aug 27, 2024
1 parent 526230e commit 5e7cc30
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.2
compilerKind: ghc
compilerVersion: 9.8.2
Expand Down

0 comments on commit 5e7cc30

Please sign in to comment.