Skip to content

Commit db7ae54

Browse files
committed
Remove GHC 8.10
It is 3 LTS releases behind and is no longer the 'recommended' version for ghcup.
1 parent 88cd0b3 commit db7ae54

File tree

3 files changed

+2
-300
lines changed

3 files changed

+2
-300
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ghc: ['8.10.7', '9.0.2', '9.2.5', '9.4.4']
25+
ghc: ['9.0.2', '9.2.5', '9.4.4']
2626
deb: ['buster', 'slim-buster']
2727
include:
28-
- ghc: '8.10.7'
29-
ghc_minor: '8.10'
3028
- ghc: '9.0.2'
3129
ghc_minor: '9.0'
3230
- ghc: '9.2.5'
@@ -59,13 +57,11 @@ jobs:
5957
strategy:
6058
fail-fast: false
6159
matrix:
62-
ghc: ['8.10.7', '9.0.2', '9.2.5', '9.4.4']
60+
ghc: ['9.0.2', '9.2.5', '9.4.4']
6361
# uraimo/run-on-arch-action does not support debian slim variants
6462
deb: ['buster']
6563
arch: ['aarch64']
6664
include:
67-
- ghc: '8.10.7'
68-
ghc_minor: '8.10'
6965
- ghc: '9.0.2'
7066
ghc_minor: '9.0'
7167
- ghc: '9.2.5'

8.10/buster/Dockerfile

Lines changed: 0 additions & 139 deletions
This file was deleted.

8.10/slim-buster/Dockerfile

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)