Skip to content

Commit

Permalink
Merge pull request #16 from msakai/updata-ci-202408
Browse files Browse the repository at this point in the history
Update CI configurations (2024-08)
  • Loading branch information
msakai authored Aug 25, 2024
2 parents 49c5fc4 + 62b6417 commit 5544c02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: [push, pull_request]
on:
push:
branches:
- master
tags:
- '*'
pull_request:

name: build
jobs:
build:
Expand All @@ -7,7 +14,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 +35,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 5544c02

Please sign in to comment.