Skip to content

Commit 4e2cedd

Browse files
committed
Update tested GHC versions
1 parent 0b31fcd commit 4e2cedd

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,14 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- compiler: ghc-9.2.2
35+
- compiler: ghc-9.4.3
3636
compilerKind: ghc
37-
compilerVersion: 9.2.2
37+
compilerVersion: 9.4.3
38+
setup-method: ghcup
39+
allow-failure: false
40+
- compiler: ghc-9.2.5
41+
compilerKind: ghc
42+
compilerVersion: 9.2.5
3843
setup-method: ghcup
3944
allow-failure: false
4045
- compiler: ghc-9.0.2

cabal.haskell-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ constraint-set servant-0.18
1313
constraints: servant ==0.18.*
1414

1515
constraint-set servant-0.19
16-
ghc: >= 8.6 && <9.4
16+
ghc: >= 8.6 && <9.6
1717
constraints: servant ==0.19.*

servant-swagger-ui-core/servant-swagger-ui-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tested-with:
2323
|| ==8.8.4
2424
|| ==8.10.7
2525
|| ==9.0.2
26-
|| ==9.2.2
26+
|| ==9.2.5
2727
|| ==9.4.3
2828

2929
extra-source-files: Changelog.md

servant-swagger-ui-example/servant-swagger-ui-example.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tested-with:
1818
|| ==8.8.4
1919
|| ==8.10.7
2020
|| ==9.0.2
21-
|| ==9.2.2
21+
|| ==9.2.5
2222
|| ==9.4.3
2323

2424
source-repository head

servant-swagger-ui-jensoleg/servant-swagger-ui-jensoleg.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tested-with:
2222
|| ==8.8.4
2323
|| ==8.10.7
2424
|| ==9.0.2
25-
|| ==9.2.2
25+
|| ==9.2.5
2626
|| ==9.4.3
2727

2828
extra-source-files:

servant-swagger-ui-redoc/servant-swagger-ui-redoc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tested-with:
2222
|| ==8.8.4
2323
|| ==8.10.7
2424
|| ==9.0.2
25-
|| ==9.2.2
25+
|| ==9.2.5
2626
|| ==9.4.3
2727

2828
extra-source-files:

servant-swagger-ui/servant-swagger-ui.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tested-with:
2222
|| ==8.8.4
2323
|| ==8.10.7
2424
|| ==9.0.2
25-
|| ==9.2.2
25+
|| ==9.2.5
2626
|| ==9.4.3
2727

2828
extra-source-files:

0 commit comments

Comments
 (0)