Skip to content

Commit

Permalink
CI: use GHC versions 7.10 to 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Dec 28, 2024
1 parent 7bf7cdc commit d53f01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cabal-in-nix-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, macos-13]
ghc: [ghc7103, ghc802, ghc822, ghc844, ghc865Binary, ghc88, ghc96, ghc810, ghc884, ghc90]
ghc: [ghc7103, ghc802, ghc822, ghc844, ghc865Binary, ghc884, ghc810, ghc90, ghc92, ghc94, ghc96]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit d53f01f

Please sign in to comment.