Skip to content

Commit

Permalink
CI: Tweaks
Browse files Browse the repository at this point in the history
* Use latest cabal instead of a specific version
* Add ghc-9.8.1
* Bust cache
  • Loading branch information
erikd committed Nov 15, 2023
1 parent e834b6d commit bf259ec
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 @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.2.8", "9.6.2"]
ghc: ["8.10.7", "9.2.8", "9.6.2", "9.8.1"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand All @@ -23,7 +23,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 3.10.1.0
cabal-version: latest

- name: Haskell versions
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
cat dist-newstyle/cache/plan.json | jq -r '."install-plan"[].id' | sort | uniq > dependencies.txt
- name: Set cache version
run: echo "CACHE_VERSION=9w76Z3Q" >> $GITHUB_ENV
run: echo "CACHE_VERSION=9w76Z3Qx" >> $GITHUB_ENV

- uses: actions/cache@v2
name: Cache cabal store
Expand Down

0 comments on commit bf259ec

Please sign in to comment.