Skip to content

Commit

Permalink
GitHub Actions: update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Aug 25, 2024
1 parent 49c5fc4 commit 734697f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.4']
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']
os: [ubuntu-latest]
include:
- ghc: '8.6.5'
Expand All @@ -28,10 +28,13 @@ jobs:
- ghc: '9.4.8'
resolver: 'lts-21.25'
flags: ''
- ghc: '9.6.4'
resolver: 'lts-22.13'
- ghc: '9.6.6'
resolver: 'lts-22.33'
coveralls: true
flags: '--coverage'
- ghc: '9.8.2'
resolver: 'nightly-2024-08-25'
flags: ''
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 2 additions & 1 deletion pseudo-boolean.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ tested-with:
GHC ==9.0.2
GHC ==9.2.8
GHC ==9.4.8
GHC ==9.6.4
GHC ==9.6.6
GHC ==9.8.2

source-repository head
type: git
Expand Down

0 comments on commit 734697f

Please sign in to comment.