Skip to content

Commit

Permalink
Add 5.38 to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 10, 2024
1 parent 0b86148 commit f1137d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 1
container:
image: perldocker/perl-tester:5.36
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v4
- name: Run Tests with coverage
Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
- "5.32"
- "5.34"
- "5.36"
- "5.38"
container:
image: perldocker/perl-tester:${{ matrix.perl-version }}
steps:
Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
- "5.32"
- "5.34"
- "5.36"
- "5.38"
name: Perl ${{ matrix.perl-version }} on macos-latest
needs: build
steps:
Expand Down

0 comments on commit f1137d1

Please sign in to comment.