Skip to content

Commit

Permalink
add 5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Jun 22, 2024
1 parent a103feb commit 51e8cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI on Perl 5.{38,36} on {Linux,macOS}
name: CI on Perl 5.{40,38,36} on {Linux,macOS}

on:
workflow_dispatch:
Expand All @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
perl: [ '5.38', '5.36' ]
perl: [ '5.40', '5.38', '5.36' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 51e8cc5

Please sign in to comment.