Skip to content

Commit 6357cd4

Browse files
jhrcekdevelop7
andauthored
Remove no longer building buster based images from CI config (#157)
* feat: bump ghc 9.10 to 9.10.2 * Use Zubin's GPG key * Remove all buster based images from CI config * Undo 9.10.2 changes --------- Co-authored-by: Andrei Dziahel <[email protected]>
1 parent 7c2fd70 commit 6357cd4

File tree

1 file changed

+7
-52
lines changed

1 file changed

+7
-52
lines changed

.github/workflows/debian.yml

Lines changed: 7 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
ghc: ['9.12.2', '9.10.1', '9.8.4', '9.6.7', '9.4.8', '9.2.8', '9.0.2']
30-
deb: ['buster', 'slim-buster']
29+
ghc: ['9.12.2', '9.10.1', '9.8.4', '9.6.7']
30+
deb: ['bullseye', 'slim-bullseye']
3131
include:
3232
- ghc: '9.12.2'
3333
ghc_minor: '9.12'
@@ -37,39 +37,15 @@ jobs:
3737
deb: 'slim-bookworm'
3838
- ghc: '9.10.1'
3939
ghc_minor: '9.10'
40-
deb: 'slim-bullseye'
41-
- ghc: '9.10.1'
42-
ghc_minor: '9.10'
43-
deb: 'bullseye'
44-
- ghc: '9.10.1'
45-
ghc_minor: '9.10'
46-
- ghc: '9.8.4'
47-
ghc_minor: '9.8'
48-
deb: 'slim-bullseye'
4940
- ghc: '9.8.4'
5041
ghc_minor: '9.8'
51-
deb: 'bullseye'
52-
- ghc: '9.8.4'
53-
ghc_minor: '9.8'
54-
- ghc: '9.6.7'
55-
ghc_minor: '9.6'
56-
deb: 'slim-bullseye'
57-
- ghc: '9.6.7'
58-
ghc_minor: '9.6'
59-
deb: 'bullseye'
6042
- ghc: '9.6.7'
6143
ghc_minor: '9.6'
62-
- ghc: '9.4.8'
63-
ghc_minor: '9.4'
64-
- ghc: '9.2.8'
65-
ghc_minor: '9.2'
66-
- ghc: '9.0.2'
67-
ghc_minor: '9.0'
6844
exclude:
6945
- ghc: '9.12.2'
70-
deb: 'buster'
46+
deb: 'bullseye'
7147
- ghc: '9.12.2'
72-
deb: 'slim-buster'
48+
deb: 'slim-bullseye'
7349
steps:
7450
- uses: actions/checkout@v4
7551
- name: build + smoke test [${{ matrix.ghc }}]
@@ -96,9 +72,9 @@ jobs:
9672
strategy:
9773
fail-fast: false
9874
matrix:
99-
ghc: ['9.0.2', '9.2.8', '9.4.8', '9.6.7', '9.8.4', '9.10.1', '9.12.2']
75+
ghc: ['9.6.7', '9.8.4', '9.10.1', '9.12.2']
10076
# uraimo/run-on-arch-action does not support debian slim variants
101-
deb: ['buster']
77+
deb: ['bullseye']
10278
arch: ['aarch64']
10379
include:
10480
# bookworm (debian 12)
@@ -110,37 +86,16 @@ jobs:
11086
# bullseye (debian 11)
11187
- ghc: '9.10.1'
11288
ghc_minor: '9.10'
113-
deb: 'bullseye'
114-
arch: 'aarch64'
11589
docker_platform: arm64
11690
- ghc: '9.8.4'
11791
ghc_minor: '9.8'
118-
deb: 'bullseye'
119-
arch: 'aarch64'
12092
docker_platform: arm64
12193
- ghc: '9.6.7'
12294
ghc_minor: '9.6'
123-
deb: 'bullseye'
124-
arch: 'aarch64'
125-
docker_platform: arm64
126-
# buster (debian 10)
127-
- ghc: '9.10.1'
128-
ghc_minor: '9.10'
129-
- ghc: '9.8.4'
130-
ghc_minor: '9.8'
131-
- ghc: '9.6.7'
132-
ghc_minor: '9.6'
133-
- ghc: '9.4.8'
134-
ghc_minor: '9.4'
135-
- ghc: '9.2.8'
136-
ghc_minor: '9.2'
137-
- ghc: '9.0.2'
138-
ghc_minor: '9.0'
139-
- arch: aarch64
14095
docker_platform: arm64
14196
exclude:
14297
- ghc: '9.12.2'
143-
deb: 'buster'
98+
deb: 'bullseye'
14499

145100
steps:
146101
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)