Skip to content

Commit 0a97453

Browse files
committed
Perl 5.38 not available and an action yet
1 parent 8f86108 commit 0a97453

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/linux.yml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- '5.32'
2626
- '5.34'
2727
- '5.36'
28-
- '5.38'
2928
container:
3029
image: perl:${{ matrix.perl-version }}
3130
steps:

.github/workflows/windows-strawberry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: ['windows-latest']
18-
perl: [ '5.38', '5.36', '5.34', '5.32', '5.30', '5.28' ]
18+
perl: [ '5.36', '5.34', '5.32', '5.30', '5.28' ]
1919
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)