Skip to content

Commit

Permalink
replace deprecated haskell/actions with haskell-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Laforge committed Sep 14, 2024
1 parent 775527d commit 861373f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- gh-actions
pull_request: {} # Validate all PRs

defaults:
Expand All @@ -16,15 +17,15 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
ghc: ['7.10', '8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0']
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.4']
include:
- os: macOS-latest
ghc: '9.0'
ghc: '9.4'
- os: windows-latest
ghc: '9.0'
ghc: '9.4'
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit 861373f

Please sign in to comment.