Skip to content

Commit

Permalink
In ci.yml use haskell-actions, update GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ygale authored Dec 30, 2023
1 parent 2b760e6 commit 99bebc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
ghc: ['latest', '9.0.1', '8.10.7', '8.8.4']
ghc: ['latest', '9.6.3', '9.4.8', '9.2.8']
steps:
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2.4.7
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit 99bebc3

Please sign in to comment.