@@ -22,12 +22,12 @@ jobs:
22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
- ghc : ["8.10.7", "9.2.8", "9. 4.8", "9.6.6 ", "9.8.4", "9.10.1 ", "9.12.1 "]
25
+ ghc : ["9. 4.8", "9.6.7 ", "9.8.4", "9.10.2 ", "9.12.2 "]
26
26
cabal : ["3.14.1.1"]
27
- os : [ubuntu-latest, windows-latest, macOS-13 ]
27
+ os : [ubuntu-latest, windows-latest, macOS-latest ]
28
28
no-debug : [""]
29
29
include :
30
- - ghc : " 9.6.6 "
30
+ - ghc : " 9.6.7 "
31
31
cabal : " 3.12.1.0"
32
32
os : ubuntu-latest
33
33
no-debug : " no-debug"
@@ -116,7 +116,7 @@ jobs:
116
116
strategy :
117
117
fail-fast : false
118
118
matrix :
119
- ghc : ["9.6.6 "]
119
+ ghc : ["9.6.7 "]
120
120
cabal : ["3.12.1.0"]
121
121
os : [ubuntu-latest]
122
122
@@ -128,7 +128,7 @@ jobs:
128
128
# an argument to cabal install. This ensures that we never rebuild
129
129
# dependencies because of newly uploaded packages unless we want to.
130
130
env :
131
- hackage-index-state : " 2024-04-10T14:36:07Z "
131
+ hackage-index-state : " 2025-05-26T13:28:18Z "
132
132
133
133
steps :
134
134
- name : Checkout repository
@@ -183,14 +183,14 @@ jobs:
183
183
strategy :
184
184
fail-fast : false
185
185
matrix :
186
- ghc : ["9.6.6 "]
186
+ ghc : ["9.6.7 "]
187
187
cabal : ["3.12.1.0"]
188
188
os : [ubuntu-latest]
189
189
190
190
# See the comment on the hackage-index-state environment variable for the
191
191
# stylish-haskell job.
192
192
env :
193
- hackage-index-state : " 2024-04-10T14:36:07Z "
193
+ hackage-index-state : " 2025-05-26T13:28:18Z "
194
194
195
195
steps :
196
196
- name : Checkout repository
@@ -245,7 +245,7 @@ jobs:
245
245
strategy :
246
246
fail-fast : false
247
247
matrix :
248
- ghc : ["9.6.6 "]
248
+ ghc : ["9.6.7 "]
249
249
cabal : ["3.10.3.0"]
250
250
os : [ubuntu-latest]
251
251
0 commit comments