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

Commit cf1fef5

Browse files
committed
remove ghc-9.7 from build matrix
1 parent 6fe7d22 commit cf1fef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/applications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
MATRIX="$(jq -c '.' <<EOF
136136
{
137137
138-
"ghc": ["9.6.7", "9.8.2", "9.10.1"],
138+
"ghc": ["9.8.2", "9.10.1"],
139139
"cabal": ["latest"],
140140
"os": ["ubuntu-22.04"],
141141
"use-freeze-file": ["false"],
@@ -154,7 +154,7 @@ jobs:
154154
else
155155
MATRIX="$(jq -c '.' <<EOF
156156
{
157-
"ghc": ["9.6.7", "9.8.2", "9.10.1"],
157+
"ghc": ["9.8.2", "9.10.1"],
158158
"cabal": ["latest"],
159159
"os": ["ubuntu-22.04"],
160160
"use-freeze-file": ["false"],

0 commit comments

Comments
 (0)