Skip to content

Commit 06b4696

Browse files
committed
CI: get linux tests running again with buster images
See Perl/docker-perl#161 for more information.
1 parent d010aef commit 06b4696

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/linux.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
# - '5.26'
2222
# - '5.24'
2323
# - '5.22'
24-
# - '5.20'
25-
- '5.18'
26-
# - '5.16'
27-
# - '5.14'
28-
# - '5.12'
29-
- '5.10'
24+
# - '5.20-buster'
25+
- '5.18-buster'
26+
# - '5.16-buster'
27+
# - '5.14-buster'
28+
# - '5.12-buster'
29+
- '5.10-buster'
3030
container:
3131
image: perl:${{ matrix.perl-version }}
3232
steps:

0 commit comments

Comments
 (0)