Skip to content

Commit

Permalink
Test newer perl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Nov 9, 2023
1 parent b66e0c7 commit 75ab79b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- '5.32'
- '5.34'
- '5.36'
- '5.38'

container:
image: perl:${{ matrix.perl-version }}
Expand Down Expand Up @@ -62,7 +63,7 @@ jobs:
cover:
runs-on: ubuntu-latest
container:
image: perl:5.32
image: perl:5.38

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:
spelling:
runs-on: ubuntu-latest
container:
image: perl:5.32
image: perl:5.38

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 75ab79b

Please # to comment.