Skip to content

Commit

Permalink
ci: check against GHC 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Jun 21, 2023
1 parent 856d450 commit ed49eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
Build-Cabal:
strategy:
matrix:
ghc: ['9.2.4']
ghc: ['9.0.2', '9.2.4']
fail-fast: false
name: Build Linux (Cabal, GHC ${{ matrix.ghc }})
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed49eab

Please sign in to comment.