Skip to content

Commit

Permalink
DateTime was ålsö bitten by a moose on 5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Sep 2, 2023
1 parent 2f644a4 commit a3fb8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
shell: perl {0}
run: |
use Actions::Core;
set_output(matrix => {perl => [grep { $_ !~ /^5\.(6|8|10|18|22|24)\./ } perl_versions()]});
set_output(matrix => {perl => [grep { $_ !~ /^5\.(6|8|10|18|20|22|24)\./ } perl_versions()]});
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

Expand Down

0 comments on commit a3fb8c9

Please sign in to comment.