Skip to content

Commit

Permalink
ci: Add GHC 9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Jun 5, 2024
1 parent c2b4d5d commit b93e747
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- 9.4.7
- 9.6.2
- 9.8.2
- 9.10.1
- latest-nightly
- hlint
include:
Expand Down Expand Up @@ -140,6 +141,12 @@ jobs:
cabal_version: latest
ignore_error: false

- name: 9.10.1
ghc_version: 9.10.1
runner: ubuntu-latest
cabal_version: latest
ignore_error: false

# Template for release candidates
# - name: 9.10.0
# ghc_version: 9.8.0.XXXXX
Expand Down

0 comments on commit b93e747

Please sign in to comment.