Skip to content

Commit 205a6ec

Browse files
andreabediniNadiaYvette
authored andcommitted
Remove 8.6.5 from CI and Makefile
1 parent 9d76fce commit 205a6ec

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,14 @@ jobs:
7070
# If you remove something from here, then add it to the old-ghcs job.
7171
# Also a removed GHC from here means that we are actually dropping
7272
# support, so the PR *must* have a changelog entry.
73-
ghc: ['9.10.1', '9.8.2', '9.6.4', '9.4.8', '9.2.8', '9.0.2', '8.10.7', '8.8.4', '8.6.5']
73+
ghc: ['9.10.1', '9.8.2', '9.6.4', '9.4.8', '9.2.8', '9.0.2', '8.10.7', '8.8.4']
7474
exclude:
7575
# corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356
7676
- os: windows-latest
7777
ghc: '8.10.7'
7878
# lot of segfaults caused by ghc bugs
7979
- os: windows-latest
8080
ghc: '8.8.4'
81-
# it often randomly does "C:\Users\RUNNER~1\AppData\Local\Temp\ghcFEDE.c: DeleteFile "\\\\?\\C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\ghcFEDE.c": permission denied (Access is denied.)"
82-
- os: windows-latest
83-
ghc: '8.6.5'
8481

8582
steps:
8683

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,12 @@ cabal-install-test-accept:
178178
.PHONY: validate-via-docker-all
179179
validate-via-docker-all : validate-via-docker-8.2.2
180180
validate-via-docker-all : validate-via-docker-8.4.4
181-
validate-via-docker-all : validate-via-docker-8.6.5
182181
validate-via-docker-all : validate-via-docker-8.8.4
183182
validate-via-docker-all : validate-via-docker-8.10.4
184183

185184
.PHONY: validate-dockerfiles
186185
validate-dockerfiles : .docker/validate-8.10.4.dockerfile
187186
validate-dockerfiles : .docker/validate-8.8.4.dockerfile
188-
validate-dockerfiles : .docker/validate-8.6.5.dockerfile
189187
validate-dockerfiles : .docker/validate-8.4.4.dockerfile
190188
validate-dockerfiles : .docker/validate-8.2.2.dockerfile
191189

@@ -204,10 +202,6 @@ validate-via-docker-8.2.2:
204202
validate-via-docker-8.4.4:
205203
docker build $(DOCKERARGS) -t cabal-validate:8.4.4 -f .docker/validate-8.4.4.dockerfile .
206204

207-
.PHONY: validate-via-docker-8.6.5
208-
validate-via-docker-8.6.5:
209-
docker build $(DOCKERARGS) -t cabal-validate:8.6.5 -f .docker/validate-8.6.5.dockerfile .
210-
211205
.PHONY: validate-via-docker-8.8.4
212206
validate-via-docker-8.8.4:
213207
docker build $(DOCKERARGS) -t cabal-validate:8.8.4 -f .docker/validate-8.8.4.dockerfile .

0 commit comments

Comments
 (0)