diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-11-25 21:24:40 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-11-25 21:24:40 +0100 |
commit | 6dbea619077301eefefd5e9d63ae808ebbb7cb61 (patch) | |
tree | d7840bdcb8c5ecd72008cd74077c88bb88d3665c /.github/workflows | |
parent | 76e76af7ac78500f9f301d8efb6c51294f93dac2 (diff) |
GitHub workflow: bump perl version
Diffstat (limited to '.github/workflows')
-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 792826f..71019fa 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' |