Skip to content

Commit

Permalink
Use release-specific tags for older perl images - Perl/docker-perl#161
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jun 20, 2024
1 parent 98ca447 commit 716d0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
perl-version: ['5.8', '5.14', '5.20']
perl-version: ['5.8-buster', '5.14-buster', '5.20-buster']
include:
- perl-version: '5.30'
- perl-version: 'latest'
os: ubuntu-latest
release-test: true
coverage: true
Expand Down

0 comments on commit 716d0d9

Please sign in to comment.