Skip to content

Commit

Permalink
remove ghc 9.6.6 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcardon committed Dec 19, 2024
1 parent a836f86 commit d43207f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.8.2", "9.10.1", '9.6.6']
ghc: ["9.8.2", "9.10.1"]
cabal: ["3.12"]
os: ["ubuntu-20.04", "ubuntu-22.04", "macos-14"]
cabalcache: ["true"]
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
folder: "packages/${{ matrix.os }}"
aws_access_key_id: "${{ secrets.kadena_cabal_cache_aws_access_key_id }}"
aws_secret_access_key: "${{ secrets.kadena_cabal_cache_aws_secret_access_key }}"

- name: Build dependencies
shell: bash
run: cabal build --only-dependencies
Expand Down

0 comments on commit d43207f

Please sign in to comment.