Skip to content

Commit

Permalink
ci: remove ghc-8.0.2, bump ghc-9.2 and ghc-9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Dec 7, 2023
1 parent c55f673 commit 1ba7623
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 @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
ghc: ['8.0.2', '8.10.7', '9.2.4', '9.4.1']
ghc: ['8.10.7', '9.2.6', '9.4.8']
fail-fast: false

runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ba7623

Please sign in to comment.