Skip to content

Commit

Permalink
Update Server CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Reisner committed Jun 24, 2024
1 parent d01db94 commit ab38cc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
perl: ['5.36', '5.34', '5.32', '5.30', '5.28', '5.26']
perl: ['5.40', '5.38', '5.36', '5.34', '5.32', '5.30', '5.28', '5.26']

name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

- uses: shogo82148/actions-setup-perl@v1.19.0
- uses: shogo82148/actions-setup-perl@v1.30.0
with:
perl-version: ${{ matrix.perl }}
install-modules-with: cpanm
Expand All @@ -52,5 +52,5 @@ jobs:
run: make dist

- name: Publish to CPAN
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest' && matrix.perl == '5.36' }}
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest' && matrix.perl == '5.40' }}
run: cpan-upload -u mreisner -p '${{ secrets.PAUSE_PASSWORD }}' PLS*.tar.gz

0 comments on commit ab38cc7

Please sign in to comment.