Skip to content

Commit

Permalink
Bump CI 'haskell.yml' to latest GHC minors and latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 8, 2024
1 parent 35eb01a commit eb4251f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['9.8.1', '9.6.3', '9.4.7']
ghc: ['9.8.1', '9.6.4', '9.4.8']
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: haskell-actions/setup@v2
id: setup
Expand All @@ -28,7 +28,7 @@ jobs:
cabal-update: true

- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: haskell.yml
with:
Expand Down

0 comments on commit eb4251f

Please sign in to comment.