Skip to content

Commit ce1605e

Browse files
committed
add perl 5.40 to workflows
1 parent 0ca64b9 commit ce1605e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
perl:
1818
# - 'develop'
19+
- '5.40'
1920
- '5.38'
2021
- '5.36'
2122
- '5.34'
@@ -35,7 +36,7 @@ jobs:
3536

3637
name: Perl ${{ matrix.perl }}
3738
steps:
38-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
3940
- name: Setup perl
4041
uses: shogo82148/actions-setup-perl@v1
4142
with:

.github/workflows/macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
perl:
1818
# - 'develop'
19+
- '5.40'
1920
- '5.38'
2021
- '5.36'
2122
- '5.34'
@@ -35,7 +36,7 @@ jobs:
3536

3637
name: Perl ${{ matrix.perl }}
3738
steps:
38-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
3940
- name: Setup perl
4041
uses: shogo82148/actions-setup-perl@v1
4142
with:

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
perl:
1818
# - 'develop'
19+
- '5.40'
1920
- '5.38'
2021
- '5.36'
2122
- '5.34'
@@ -35,7 +36,7 @@ jobs:
3536

3637
name: Perl ${{ matrix.perl }}
3738
steps:
38-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
3940
- name: Setup perl
4041
uses: shogo82148/actions-setup-perl@v1
4142
with:

0 commit comments

Comments
 (0)