Skip to content

Commit d5c333d

Browse files
committed
Update GHC test matrix
1 parent 66aa81d commit d5c333d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.7', '9.4.5', '9.6.1']
17+
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
1818
cabal: ['3.8.1.0']
1919
include:
2020
- os: macOS-latest
21-
ghc: '9.4.5'
21+
ghc: '9.4'
2222
cabal: '3.8.1.0'
2323
- os: macOS-latest
24-
ghc: '9.6.1'
24+
ghc: '9.6'
2525
cabal: '3.8.1.0'
2626
- os: windows-latest
27-
ghc: '9.4.5'
27+
ghc: '9.4'
2828
cabal: '3.8.1.0'
2929
- os: windows-latest
30-
ghc: '9.6.1'
30+
ghc: '9.6'
3131
cabal: '3.8.1.0'
3232
steps:
3333
- uses: actions/checkout@v3
@@ -48,7 +48,6 @@ jobs:
4848
- name: Build
4949
run: |
5050
set -eux
51-
[ "$(ghc --numeric-version)" = "${{ matrix.ghc }}" ]
5251
cabal update
5352
cabal build --enable-tests --enable-benchmarks
5453
cabal test

0 commit comments

Comments
 (0)