Skip to content

Commit ab1ca4b

Browse files
authored
Merge pull request #418 from sclorg/add_testing_31_to_github_actions
Add support for testing version 3.1
2 parents 733ed7f + 8a85267 commit ab1ca4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
version: [ "2.5", "2.7", "3.0"]
13+
version: [ "2.5", "2.7", "3.0", "3.1" ]
1414
os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s"]
1515
include:
1616
- tmt_plan: "fedora"

.github/workflows/openshift-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
version: [ "2.5", "2.7", "3.0"]
13+
version: [ "2.5", "2.7", "3.0", "3.1" ]
1414
os_test: [ "centos7", "rhel7", "rhel8", "rhel9"]
1515
include:
1616
- tmt_plan: "centos7"

0 commit comments

Comments
 (0)