Skip to content

Commit 734697f

Browse files
committed
GitHub Actions: update build matrix
1 parent 49c5fc4 commit 734697f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.4']
10+
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.6', '9.8.2']
1111
os: [ubuntu-latest]
1212
include:
1313
- ghc: '8.6.5'
@@ -28,10 +28,13 @@ jobs:
2828
- ghc: '9.4.8'
2929
resolver: 'lts-21.25'
3030
flags: ''
31-
- ghc: '9.6.4'
32-
resolver: 'lts-22.13'
31+
- ghc: '9.6.6'
32+
resolver: 'lts-22.33'
3333
coveralls: true
3434
flags: '--coverage'
35+
- ghc: '9.8.2'
36+
resolver: 'nightly-2024-08-25'
37+
flags: ''
3538
steps:
3639
- uses: actions/checkout@v4
3740

pseudo-boolean.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ tested-with:
3131
GHC ==9.0.2
3232
GHC ==9.2.8
3333
GHC ==9.4.8
34-
GHC ==9.6.4
34+
GHC ==9.6.6
35+
GHC ==9.8.2
3536

3637
source-repository head
3738
type: git

0 commit comments

Comments
 (0)