Skip to content

Commit

Permalink
Merge pull request #820 from gugod/ci-5.40
Browse files Browse the repository at this point in the history
Ci 5.40
  • Loading branch information
gugod authored Sep 21, 2024
2 parents dd42267 + beef7b7 commit c94a713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
needs: mbtiny-dist
strategy:
matrix:
version: ["5.38", "5.36", "5.34", "5.18"]
version: ["5.40","5.38", "5.36", "5.34", "5.18"]
name: cpanm-dist-perl-${{ matrix.version }}
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-setup-perl@v1.29.0
- uses: shogo82148/actions-setup-perl@v1.31.3
with:
perl-version: ${{ matrix.version }}
- uses: actions/download-artifact@v4
Expand All @@ -39,7 +39,7 @@ jobs:
needs: mbtiny-dist
strategy:
matrix:
version: ["5.39"]
version: ["5.41"]
name: cpanm-dist-perl-${{ matrix.version }}
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit c94a713

Please sign in to comment.