ci: check against GHC 9.0.2

This commit is contained in:
steve-chavez
2023-06-21 16:22:30 -05:00
committed by Steve Chavez
parent 856d450775
commit d9261fa674
+1 -1
View File
@@ -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