Skip to content

Commit 861373f

Browse files
author
Evan Laforge
committed
replace deprecated haskell/actions with haskell-actions
1 parent 775527d commit 861373f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- gh-actions
67
pull_request: {} # Validate all PRs
78

89
defaults:
@@ -16,15 +17,15 @@ jobs:
1617
fail-fast: true
1718
matrix:
1819
os: [ubuntu-latest]
19-
ghc: ['7.10', '8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0']
20+
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.4']
2021
include:
2122
- os: macOS-latest
22-
ghc: '9.0'
23+
ghc: '9.4'
2324
- os: windows-latest
24-
ghc: '9.0'
25+
ghc: '9.4'
2526
steps:
26-
- uses: actions/checkout@v2
27-
- uses: haskell/actions/setup@v1
27+
- uses: actions/checkout@v4
28+
- uses: haskell-actions/setup@v2
2829
id: setup-haskell-cabal
2930
with:
3031
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)