Skip to content

Commit eb6c78d

Browse files
committed
Bump CI to GHC 9.12.2
1 parent 7b55853 commit eb6c78d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
- "9.2.8"
3131
- "9.4.8"
3232
- "9.6.6"
33-
- "9.8.2"
33+
- "9.8.4"
3434
- "9.10.1"
35-
- "9.12.1"
35+
- "9.12.2"
3636
include:
37-
- ghc: "9.12.1"
37+
- ghc: "9.12.2"
3838
os: macos-latest
39-
- ghc: "9.12.1"
39+
- ghc: "9.12.2"
4040
os: windows-latest
4141

4242
steps:

alex.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ category: Development
2222
build-type: Simple
2323

2424
tested-with:
25-
GHC == 9.12.1
25+
GHC == 9.12.2
2626
GHC == 9.10.1
2727
GHC == 9.8.4
2828
GHC == 9.6.6

0 commit comments

Comments
 (0)