Skip to content

Commit

Permalink
Use the same image as minion workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 20, 2024
1 parent 1b44496 commit ad4ae13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
codename:
- buster
perl-version:
- '5.16'
- '5.18'
Expand All @@ -19,7 +21,7 @@ jobs:
- '5.30'
- '5.36'
container:
image: perl:${{ matrix.perl-version }}
image: perl:${{ matrix.perl-version }}-${{ matrix.codename }}
steps:
- uses: actions/checkout@v2
- name: perl -V
Expand Down

0 comments on commit ad4ae13

Please sign in to comment.