Skip to content

Commit f87263c

Browse files
committed
Update github action with testing version 3.12, and 3.12-minimal
by PyTest suite used in OpenShift 4 Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent fefff5d commit f87263c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/openshift-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
version: [ "3.8", "3.9", "3.11" ]
41+
version: [ "3.8", "3.9", "3.11", "3.12", "3.12-minimal" ]
4242
os_test: [ "rhel8", "rhel9", "rhel10" ]
4343
test_case: [ "openshift-pytest" ]
4444

.github/workflows/openshift-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
version: [ "3.8", "3.9", "3.11", "3.12" ]
52+
version: [ "3.8", "3.9", "3.11", "3.12", "3.12-minimal" ]
5353
os_test: [ "rhel8", "rhel9", "rhel10" ]
5454
test_case: [ "openshift-4" ]
5555

0 commit comments

Comments
 (0)