Skip to content

Commit

Permalink
Merge pull request #269 from jplesnik/perl-536-testing
Browse files Browse the repository at this point in the history
Enable testing Perl 5.36
  • Loading branch information
phracek authored Mar 29, 2023
2 parents 1a4b8f3 + 2fd9d05 commit 3aa80a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "5.26", "5.26-mod_fcgid", "5.30", "5.30-mod_fcgid", "5.32", "5.34" ]
version: [ "5.26", "5.26-mod_fcgid", "5.30", "5.30-mod_fcgid", "5.32", "5.34", "5.36" ]
os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s" ]
test_case: [ "container" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "5.26", "5.26-mod_fcgid", "5.30", "5.30-mod_fcgid", "5.32", "5.34" ]
version: [ "5.26", "5.26-mod_fcgid", "5.30", "5.30-mod_fcgid", "5.32", "5.34", "5.36" ]
os_test: [ "centos7", "rhel7", "rhel8", "rhel9"]
test_case: [ "openshift-3", "openshift-4" ]
exclude:
Expand Down

0 comments on commit 3aa80a4

Please sign in to comment.