Skip to content

Commit 8a622ef

Browse files
authored
CI: Test with GHC 9.10 (#128)
1 parent fca2ba4 commit 8a622ef

File tree

7 files changed

+11
-1
lines changed

7 files changed

+11
-1
lines changed

.github/workflows/haskell-ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35+
- compiler: ghc-9.10.1
36+
compilerKind: ghc
37+
compilerVersion: 9.10.1
38+
setup-method: ghcup
39+
allow-failure: false
3540
- compiler: ghc-9.8.4
3641
compilerKind: ghc
3742
compilerVersion: 9.8.4

cabal.haskell-ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ constraint-set servant-0.19
1717
constraints: servant ==0.19.*
1818

1919
constraint-set servant-0.20
20-
ghc: >= 8.10 && <9.10
20+
ghc: >= 8.10 && <9.12
2121
constraints: servant ==0.20.*

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

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ tested-with:
2626
|| ==9.4.8
2727
|| ==9.6.6
2828
|| ==9.8.4
29+
|| ==9.10.1
2930

3031
extra-source-files: Changelog.md
3132

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

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tested-with:
2121
|| ==9.4.8
2222
|| ==9.6.6
2323
|| ==9.8.4
24+
|| ==9.10.1
2425

2526
source-repository head
2627
type: git

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

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ tested-with:
2525
|| ==9.4.8
2626
|| ==9.6.6
2727
|| ==9.8.4
28+
|| ==9.10.1
2829

2930
extra-source-files:
3031
jensoleg.index.html.tmpl

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

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ tested-with:
2525
|| ==9.4.8
2626
|| ==9.6.6
2727
|| ==9.8.4
28+
|| ==9.10.1
2829

2930
extra-source-files:
3031
redoc-dist-1.22.3/redoc.min.js

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

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ tested-with:
2525
|| ==9.4.8
2626
|| ==9.6.6
2727
|| ==9.8.4
28+
|| ==9.10.1
2829

2930
extra-source-files:
3031
CHANGELOG.md

0 commit comments

Comments
 (0)