Skip to content

Commit da75dfb

Browse files
committed
Fix syntax error in Linux/yml
1 parent 371fbe6 commit da75dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
print "\t$v\n";
2727
}
2828
# Don't want anything less then 5.8
29-
@versions = grep { ! /5\.6\.*/ } @versions
29+
@versions = grep { ! /5\.6\.*/ } @versions;
3030
set_output(matrix => {perl => [@ersions]});
3131
outputs:
3232
matrix: ${{ steps.set-matrix.outputs.matrix }}

0 commit comments

Comments
 (0)