We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b55853 commit eb6c78dCopy full SHA for eb6c78d
.github/workflows/ci.yml
@@ -30,13 +30,13 @@ jobs:
30
- "9.2.8"
31
- "9.4.8"
32
- "9.6.6"
33
- - "9.8.2"
+ - "9.8.4"
34
- "9.10.1"
35
- - "9.12.1"
+ - "9.12.2"
36
include:
37
- - ghc: "9.12.1"
+ - ghc: "9.12.2"
38
os: macos-latest
39
40
os: windows-latest
41
42
steps:
alex.cabal
@@ -22,7 +22,7 @@ category: Development
22
build-type: Simple
23
24
tested-with:
25
- GHC == 9.12.1
+ GHC == 9.12.2
26
GHC == 9.10.1
27
GHC == 9.8.4
28
GHC == 9.6.6
0 commit comments