Skip to content

Commit

Permalink
Try the buster perl images (Perl/docker-perl#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jun 15, 2024
1 parent f94f310 commit 4098e62
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
os:
- ubuntu-22.04
perl-version:
- '5.10'
- '5.12'
- '5.14'
- '5.16'
- '5.18'
- '5.20'
- '5.22'
- '5.24'
- '5.26'
Expand All @@ -58,7 +64,7 @@ jobs:
- '5.36'
- 'latest'
container:
image: perl:${{ matrix.perl-version }}
image: perl:${{ matrix.perl-version }}-buster
steps:
- uses: actions/checkout@v3
- name: Platform check
Expand Down

0 comments on commit 4098e62

Please sign in to comment.