We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb8660 commit 6af1eb6Copy full SHA for 6af1eb6
.github/workflows/haskell-ci.yml
@@ -8,9 +8,9 @@
8
#
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
11
-# version: 0.19.20250411
+# version: 0.19.20250506
12
13
-# REGENDATA ("0.19.20250411",["github","cabal.project"])
+# REGENDATA ("0.19.20250506",["github","cabal.project"])
14
15
name: Haskell-CI
16
on:
@@ -40,9 +40,9 @@ jobs:
40
compilerVersion: 9.12.2
41
setup-method: ghcup
42
allow-failure: false
43
- - compiler: ghc-9.10.1
+ - compiler: ghc-9.10.2
44
compilerKind: ghc
45
- compilerVersion: 9.10.1
+ compilerVersion: 9.10.2
46
47
48
- compiler: ghc-9.8.4
0 commit comments