Skip to content

Commit

Permalink
CI: Test GHC 9.2.7 and 9.4.4, drop 8.8.4 and 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Apr 17, 2023
1 parent 4253b48 commit 595012a
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 338 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.8.4", "8.10.7", "9.0.2", "9.2.2"]
ghc: ["8.10.7", "9.2.7", "9.4.4"]
cabal: ['3.8.1.0']
package:
- semmc
- semmc-aarch32
Expand All @@ -35,6 +36,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
- uses: actions/cache@v2
name: Cache cabal store
with:
Expand Down
267 changes: 0 additions & 267 deletions cabal.GHC-8.8.4.config

This file was deleted.

Loading

0 comments on commit 595012a

Please sign in to comment.