Skip to content

Commit f044909

Browse files
committed
Fix matrix parameters
1 parent 4f8d173 commit f044909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/debian.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
ghc: ['9.12.1', '9.10.1', '9.8.4', '9.6.6', '9.4.8', '9.2.8', '9.0.2' ]
28-
deb: ['bookworm', 'slim-bookworm', 'bullseye', 'slim-bullseye']
27+
ghc: ['9.12.2', '9.10.1', '9.8.4', '9.6.6', '9.4.8', '9.2.8', '9.0.2' ]
28+
deb: ['buster', 'slim-buster']
2929
include:
3030
- ghc: '9.12.2'
3131
ghc_minor: '9.12'
@@ -92,7 +92,7 @@ jobs:
9292
matrix:
9393
ghc: ['9.0.2', '9.2.8', '9.4.8', '9.6.6', '9.8.4', '9.10.1', '9.12.2']
9494
# uraimo/run-on-arch-action does not support debian slim variants
95-
deb: ['bullseye', 'bookworm']
95+
deb: ['buster']
9696
arch: ['aarch64']
9797
include:
9898
# bookworm (debian 12)

0 commit comments

Comments
 (0)