diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 052ee17..92bce61 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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 @@ -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 @@ -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 @@ -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