summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-11-25 21:24:40 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-11-25 21:24:40 +0100
commit6dbea619077301eefefd5e9d63ae808ebbb7cb61 (patch)
treed7840bdcb8c5ecd72008cd74077c88bb88d3665c /.github/workflows
parent76e76af7ac78500f9f301d8efb6c51294f93dac2 (diff)
GitHub workflow: bump perl version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/perl.yml2
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'