Skip to content

Commit

Permalink
CI: include ghc 9.8, bump actions to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel authored and jgm committed May 3, 2024
1 parent 71b4b7d commit 097ba1f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
cabal: '3.10'
- ghc: '9.6'
cabal: '3.10'
- ghc: '9.8'
cabal: '3.10'
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Install cabal/ghc
run: |
Expand All @@ -30,7 +32,7 @@ jobs:
- name: Cache cabal global package db
id: cabal-global
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cabal
Expand All @@ -53,7 +55,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install stack
shell: cmd
run: |
Expand All @@ -73,7 +75,7 @@ jobs:
# runs-on: macOS-latest

# steps:
# - uses: actions/checkout@v1
# - uses: actions/checkout@v4
# - name: Install stack
# run: |
# curl -L https://get.haskellstack.org/stable/osx-x86_64.tar.gz -o stack.tar.gz
Expand Down

0 comments on commit 097ba1f

Please sign in to comment.