Skip to content

Commit a184b11

Browse files
authored
Merge pull request #46 from haskellari/simple-ci
Update simple CI
2 parents 900abcb + 674390a commit a184b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/simple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [macos-latest, windows-latest]
17-
ghc: ['8.10','9.0','9.2','9.4.4','9.6.1']
17+
ghc: ['8.10','9.0','9.2','9.4.4','9.6.2']
1818
fail-fast: false
1919
timeout-minutes:
2020
60
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Set up Haskell
2828
id: setup-haskell
29-
uses: haskell/actions/setup@v1
29+
uses: haskell/actions/setup@v2
3030
with:
3131
ghc-version: ${{ matrix.ghc }}
3232
cabal-version: '3.10.1.0'

0 commit comments

Comments
 (0)