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 18, 2023
1 parent 09c835c commit c08f070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc-ver: ["8.8.4", "8.10.7", "9.0.2", "9.2.2"]
cabal: ["3.6.2.0"]
ghc-ver: ["8.10.7", "9.2.7", "9.4.4"]
cabal: ["3.8.1.0"]
# complete all jobs
fail-fast: false
name: macaw-loader - GHC v${{ matrix.ghc-ver }} - ubuntu-latest
Expand Down

0 comments on commit c08f070

Please sign in to comment.