Skip to content

Commit

Permalink
Test on 5.38
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 19, 2023
1 parent c8063b0 commit c636b63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build distribution
runs-on: ubuntu-latest
container:
image: perldocker/perl-tester:5.36
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v3
- name: Run Tests
Expand All @@ -33,7 +33,7 @@ jobs:
needs: build-job
runs-on: ubuntu-latest
container:
image: perldocker/perl-tester:5.36
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -66,6 +66,7 @@ jobs:
- '5.32'
- '5.34'
- '5.36'
- '5.38'
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
steps:
- name: Set Up Perl
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:
- '5.32'
- '5.34'
- '5.36'
- '5.38'
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
steps:
- name: Set Up Perl
Expand Down

0 comments on commit c636b63

Please sign in to comment.