Skip to content

Commit 174839c

Browse files
committed
Remove all buster based images from CI config
1 parent 0e18fa3 commit 174839c

File tree

1 file changed

+7
-53
lines changed

1 file changed

+7
-53
lines changed

.github/workflows/debian.yml

Lines changed: 7 additions & 53 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.2', '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.2', '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.2'
3939
ghc_minor: '9.10'
40-
deb: 'slim-bullseye'
41-
- ghc: '9.10.2'
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'
49-
- ghc: '9.8.4'
50-
ghc_minor: '9.8'
51-
deb: 'bullseye'
5240
- ghc: '9.8.4'
5341
ghc_minor: '9.8'
5442
- ghc: '9.6.7'
5543
ghc_minor: '9.6'
56-
deb: 'slim-bullseye'
57-
- ghc: '9.6.7'
58-
ghc_minor: '9.6'
59-
deb: 'bullseye'
60-
- ghc: '9.6.7'
61-
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,51 +72,29 @@ 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.2', '9.12.2']
75+
ghc: ['9.6.7', '9.8.4', '9.10.2', '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)
10581
- ghc: '9.12.2'
10682
ghc_minor: '9.12'
10783
deb: 'bookworm'
108-
arch: 'aarch64'
10984
docker_platform: arm64
11085
# bullseye (debian 11)
11186
- ghc: '9.10.2'
11287
ghc_minor: '9.10'
113-
deb: 'bullseye'
114-
arch: 'aarch64'
11588
docker_platform: arm64
11689
- ghc: '9.8.4'
11790
ghc_minor: '9.8'
118-
deb: 'bullseye'
119-
arch: 'aarch64'
120-
docker_platform: arm64
121-
- ghc: '9.6.7'
122-
ghc_minor: '9.6'
123-
deb: 'bullseye'
124-
arch: 'aarch64'
12591
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'
13192
- ghc: '9.6.7'
13293
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
14094
docker_platform: arm64
14195
exclude:
14296
- ghc: '9.12.2'
143-
deb: 'buster'
97+
deb: 'bullseye'
14498

14599
steps:
146100
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)