Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit ed7185b

Browse files
chessaiedmundnoble
authored andcommitted
move CI to GHC 9.8.2 from 9.8.4
1 parent af801ec commit ed7185b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/applications.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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"]

0 commit comments

Comments
 (0)