This repository was archived by the owner on Nov 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,13 @@ jobs:
135135 MATRIX="$(jq -c '.' <<EOF
136136 {
137137 # The first version in this list is the version to be used for release
138- "ghc": ["9.6.7", "9.8.4 ", "9.10.1"],
138+ "ghc": ["9.6.7", "9.8.2 ", "9.10.1"],
139139 "cabal": ["latest"],
140140 "os": ["ubuntu-22.04"],
141141 "use-freeze-file": ["false"],
142142 "include" : [
143143 {
144- "ghc": "9.8.4 ",
144+ "ghc": "9.8.2 ",
145145 "cabal": "latest",
146146 "os": "ubuntu-22.04",
147147 "use-freeze-file": "true"
@@ -153,13 +153,13 @@ jobs:
153153 else
154154 MATRIX="$(jq -c '.' <<EOF
155155 {
156- "ghc": ["9.6.7", "9.8.4 ", "9.10.1"],
156+ "ghc": ["9.6.7", "9.8.2 ", "9.10.1"],
157157 "cabal": ["latest"],
158158 "os": ["ubuntu-22.04"],
159159 "use-freeze-file": ["false"],
160160 "include" : [
161161 {
162- "ghc": "9.8.4 ",
162+ "ghc": "9.8.2 ",
163163 "cabal": "3.12",
164164 "os": "ubuntu-22.04",
165165 "use-freeze-file": "true"
@@ -762,7 +762,7 @@ jobs:
762762 # when adding more than one build, use a different package name or
763763 # different tags
764764 include :
765- - ghc : " 9.8.4 "
765+ - ghc : " 9.8.2 "
766766 os : " ubuntu-22.04"
767767 use-freeze-file : " true"
768768 - ghc : " 9.10.1"
Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- ghc : ["9.8.4 "]
18+ ghc : ["9.8.2 "]
1919 cabal : ["latest"]
2020 os : ["macos-latest"]
2121 cabalcache : ["true"]
You can’t perform that action at this time.
0 commit comments