ci: Remove matrix build for GHC 9.4.8 via Cabal on Linux
This is to reduce storage requirements for GitHub Actions cache. We already build with GHC 9.4.x via Nix on Linux x64, via stack on FreeBSD, MacOS and Windows and via Cabal on Linux ARM. That should cover 9.4.x enough.
This commit is contained in:
@@ -152,7 +152,7 @@ jobs:
|
||||
cabal:
|
||||
strategy:
|
||||
matrix:
|
||||
ghc: ['9.4.8', '9.6.4', '9.8.2']
|
||||
ghc: ['9.6.4', '9.8.2']
|
||||
fail-fast: false
|
||||
name: Cabal - Linux GHC ${{ matrix.ghc }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ cabal-version: >= 1.10
|
||||
tested-with:
|
||||
-- stack on FreeBSD, MacOS, Ubuntu, Windows
|
||||
GHC == 9.4.5
|
||||
-- nix, cabal on Ubuntu
|
||||
-- nix, cabal on Ubuntu (arm)
|
||||
, GHC == 9.4.8
|
||||
-- cabal on Ubuntu
|
||||
, GHC == 9.6.4
|
||||
|
||||
Reference in New Issue
Block a user