diff options
Diffstat (limited to '.github/workflows/perl.yml')
-rw-r--r-- | .github/workflows/perl.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/perl.yml b/.github/workflows/perl.yml index 2e64b35..12a38d0 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: perl-version: - - '5.20' + - '5.30' - 'latest' - 'threaded' |