Skip to content

Commit f16e6b4

Browse files
committed
Update 9.4 CI to 9.4.3
1 parent 307d284 commit f16e6b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
matrix:
3434
include:
3535
# Added manually - no 9.4 in haskell-ci yet
36-
- compiler: ghc-9.4.2
36+
- compiler: ghc-9.4.3
3737
compilerKind: ghc
38-
compilerVersion: 9.4.2
38+
compilerVersion: 9.4.3
3939
setup-method: ghcup
4040
allow-failure: true
4141
- compiler: ghc-9.2.2

example/example.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tested-with:
1919
|| ==8.10.7
2020
|| ==9.0.2
2121
|| ==9.2.2
22-
|| ==9.4.2
22+
|| ==9.4.3
2323

2424
library
2525
ghc-options: -Wall

servant-openapi3.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tested-with:
3434
|| ==8.10.7
3535
|| ==9.0.2
3636
|| ==9.2.2
37-
|| ==9.4.2
37+
|| ==9.4.3
3838

3939
extra-source-files:
4040
README.md

0 commit comments

Comments
 (0)