Skip to content

Commit 5b08029

Browse files
committed
adding 5.10
1 parent 8b11d2c commit 5b08029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/other-perls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false # Ensures that one failing job does not cancel others
1010
matrix:
1111
os: ["ubuntu-latest","ubuntu-22.04"]
12-
perl: ["5.40","5.38","5.36","5.34","5.32","5.30","5.28","5.26","5.24","5.22","5.20","5.18","5.16","5.14","5.12"]
12+
perl: ["5.40","5.38","5.36","5.34","5.32","5.30","5.28","5.26","5.24","5.22","5.20","5.18","5.16","5.14","5.12","5.10"]
1313
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
1414

1515
steps:

0 commit comments

Comments
 (0)