diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5aad19..4ccc619 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: name: ${{ matrix.os }} / ghc ${{ matrix.ghc }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macOS-latest, windows-latest] cabal: ['latest'] @@ -27,8 +28,11 @@ jobs: - '9.0.2' - '9.2.8' - '9.4.7' - - '9.6.2' + - '9.6.3' + - '9.8.1' exclude: + - os: macOS-latest + ghc: 9.6.3 - os: macOS-latest ghc: 9.4.7 - os: macOS-latest @@ -46,6 +50,8 @@ jobs: - os: macOS-latest ghc: 8.2.2 + - os: windows-latest + ghc: 9.6.3 - os: windows-latest ghc: 9.4.7 - os: windows-latest diff --git a/co-log-core.cabal b/co-log-core.cabal index 329ca99..d1aaed7 100644 --- a/co-log-core.cabal +++ b/co-log-core.cabal @@ -41,14 +41,15 @@ tested-with: GHC == 8.2.2 GHC == 9.0.2 GHC == 9.2.8 GHC == 9.4.7 - GHC == 9.6.2 + GHC == 9.6.3 + GHC == 9.8.1 source-repository head type: git location: https://github.com/co-log/co-log-core.git common common-options - build-depends: base >= 4.10.1.0 && < 4.19 + build-depends: base >= 4.10.1.0 && < 4.20 ghc-options: -Wall -Wcompat