Skip to content

Commit 4380da1

Browse files
committed
Update CI jobs to use newer GHC releases
1 parent 98f8bba commit 4380da1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 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.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.2.6', '9.4.4']
17+
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.7', '9.4.5', '9.6.1']
1818
cabal: ['3.8.1.0']
1919
include:
2020
- os: macOS-latest
21-
ghc: '9.2.6'
21+
ghc: '9.4.5'
2222
cabal: '3.8.1.0'
2323
- os: macOS-latest
24-
ghc: '9.4.4'
24+
ghc: '9.6.1'
2525
cabal: '3.8.1.0'
2626
- os: windows-latest
27-
ghc: '9.2.6'
27+
ghc: '9.4.5'
2828
cabal: '3.8.1.0'
2929
- os: windows-latest
30-
ghc: '9.4.4'
30+
ghc: '9.6.1'
3131
cabal: '3.8.1.0'
3232
steps:
3333
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)