We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205f71c commit 76a6fc5Copy full SHA for 76a6fc5
1 file changed
perl-module-ubuntu.yml
@@ -1,5 +1,5 @@
1
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2
-# version 20230610.001
+# version 20230718.001
3
# https://github.com/briandfoy/github_workflows
4
# https://github.com/features/actions
5
# This file is licensed under the Artistic License 2.0
@@ -56,6 +56,7 @@ jobs:
56
- '5.30'
57
- '5.32'
58
- '5.34'
59
+ - '5.36'
60
- 'latest'
61
container:
62
image: perl:${{ matrix.perl-version }}
0 commit comments