ci: remove GHC 8.10.7

This commit is contained in:
steve-chavez
2023-02-25 14:19:52 -05:00
committed by Steve Chavez
parent 2a2889020a
commit 253f2bf537
+1 -1
View File
@@ -216,7 +216,7 @@ jobs:
Build-Cabal:
strategy:
matrix:
ghc: ['8.10.7', '9.2.4']
ghc: ['9.2.4']
fail-fast: false
name: Build Linux (Cabal, GHC ${{ matrix.ghc }})
runs-on: ubuntu-latest