Skip to content

Commit

Permalink
Add more (i.e. recent) GHCs to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Nov 10, 2023
1 parent 1079971 commit 0496062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: [ '8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.1', '9.2.1' ]
ghc: [ '8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.7', '9.6.3', '9.8.1' ]
steps:
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
Expand Down

0 comments on commit 0496062

Please sign in to comment.