Skip to content

Commit

Permalink
CI: get linux tests running again with buster images
Browse files Browse the repository at this point in the history
See Perl/docker-perl#161 for more information.
  • Loading branch information
mauke authored and haarg committed Jul 9, 2024
1 parent d010aef commit 018dce6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
# - '5.26'
# - '5.24'
# - '5.22'
# - '5.20'
- '5.18'
# - '5.16'
# - '5.14'
# - '5.12'
- '5.10'
# - '5.20-buster'
- '5.18-buster'
# - '5.16-buster'
# - '5.14-buster'
# - '5.12-buster'
- '5.10-buster'
container:
image: perl:${{ matrix.perl-version }}
steps:
Expand Down

0 comments on commit 018dce6

Please sign in to comment.