Skip to content

Commit ac75bcc

Browse files
committed
Bump GHC versions in CI
1 parent f570828 commit ac75bcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
ghc:
1010
- "8.10.7"
1111
- "9.0.2"
12-
- "9.2.7"
13-
- "9.4.4"
12+
- "9.2.8"
13+
- "9.4.5"
1414

1515
name: Cabal GHC ${{ matrix.ghc }}
1616
steps:
@@ -32,8 +32,8 @@ jobs:
3232
ghc:
3333
- "8.10.7"
3434
- "9.0.2"
35-
- "9.2.7"
36-
- "9.4.4"
35+
- "9.2.8"
36+
- "9.4.5"
3737
steps:
3838
- uses: actions/checkout@v3
3939

0 commit comments

Comments
 (0)