Skip to content

Commit e74d8d0

Browse files
authored
Merge pull request #204 from tchoutri/update-ci-and-tested-metadata
Update supported compiler versions in CI and the cabal file
2 parents 6daccdd + bdd64ce commit e74d8d0

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.4.1
31+
- compiler: ghc-9.4.4
3232
compilerKind: ghc
33-
compilerVersion: 9.4.1
33+
compilerVersion: 9.4.4
3434
setup-method: ghcup
3535
allow-failure: false
36-
- compiler: ghc-9.2.3
36+
- compiler: ghc-9.2.6
3737
compilerKind: ghc
38-
compilerVersion: 9.2.3
38+
compilerVersion: 9.2.6
3939
setup-method: ghcup
4040
allow-failure: false
4141
- compiler: ghc-9.0.2
@@ -48,9 +48,9 @@ jobs:
4848
compilerVersion: 8.10.7
4949
setup-method: ghcup
5050
allow-failure: false
51-
- compiler: ghc-8.8.3
51+
- compiler: ghc-8.8.4
5252
compilerKind: ghc
53-
compilerVersion: 8.8.3
53+
compilerVersion: 8.8.4
5454
setup-method: hvr-ppa
5555
allow-failure: false
5656
- compiler: ghc-8.6.5

binary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ synopsis: Binary serialisation for Haskell values using lazy ByteStrings
2727
category: Data, Parsing
2828
stability: provisional
2929
build-type: Simple
30-
tested-with: GHC == 8.0.2, GHC ==8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.3, GHC == 9.4.1
30+
tested-with: GHC == 8.0.2, GHC ==8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.6, GHC == 9.4.4
3131
extra-source-files:
3232
README.md changelog.md docs/hcar/binary-Lb.tex tools/derive/*.hs
3333

0 commit comments

Comments
 (0)