Skip to content

Commit

Permalink
Update CI to build with GHC 9.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed Apr 26, 2024
1 parent 2d13b50 commit f5053c2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['8.8.4', '8.10.7', '9.0.2']
ghc: ['9.6.4']
cabal: ['3.8']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macOS-latest']

Expand All @@ -29,14 +29,6 @@ jobs:
ghc --version
cabal --version
# Project Setup
- name: Create cabal.project.local
if: matrix.ghc == '9.0.2' || matrix.ghc == '8.10.7'
run: |
cat > cabal.project.local <<EOF
allow-newer: *:base
EOF
# dist cache
# the cache-key forces uploading of cache at least once a day, which ensures that
# upstream dependency changes are captured regularly.
Expand Down Expand Up @@ -92,7 +84,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7"]
ghc: ["9.6.4"]
os: ["ubuntu-20.04"]

steps:
Expand Down

0 comments on commit f5053c2

Please sign in to comment.