Skip to content

Commit

Permalink
Merge pull request #418 from sclorg/add_testing_31_to_github_actions
Browse files Browse the repository at this point in the history
Add support for testing version 3.1
  • Loading branch information
phracek committed Sep 12, 2022
2 parents 733ed7f + 8a85267 commit ab1ca4b
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 @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "2.5", "2.7", "3.0"]
version: [ "2.5", "2.7", "3.0", "3.1" ]
os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s"]
include:
- tmt_plan: "fedora"
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: [ "2.5", "2.7", "3.0"]
version: [ "2.5", "2.7", "3.0", "3.1" ]
os_test: [ "centos7", "rhel7", "rhel8", "rhel9"]
include:
- tmt_plan: "centos7"
Expand Down

0 comments on commit ab1ca4b

Please sign in to comment.