Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Dec 11, 2024
1 parent 95bd58e commit 11a0d9a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/haskell-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@ jobs:
- "9.2"
- "9.4"
- "9.6"
- "9.8"
- "9.10"
include:
- os: macOS-latest
ghc: "9.6"
ghc: "9.10"
- os: windows-latest
ghc: "9.6"
ghc: "9.10"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: "latest"
cabal-update: true
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Cache cabal stuff
with:
path: |
Expand Down

0 comments on commit 11a0d9a

Please sign in to comment.