Skip to content

Commit 6b2fc7d

Browse files
committed
Remove version '7.3' from all GitHub Actions.
It is not supported at all. Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent ab59a8f commit 6b2fc7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
version: [ "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
15+
version: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
1616
os_test: [ "fedora", "rhel8", "rhel9", "rhel10", "c9s", "c10s"]
1717
test_case: [ "container" ]
1818

.github/workflows/openshift-pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
version: [ "7.3", "7.4", "8.0", "8.1", "8.2" ]
30+
version: [ "7.4", "8.0", "8.1", "8.2" ]
3131
os_test: [ "rhel8", "rhel9", "rhel10" ]
3232
test_case: [ "openshift-pytest" ]
3333

.github/workflows/openshift-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
version: [ "7.3", "7.4", "8.0" , "8.1", "8.2" ]
30+
version: [ "7.4", "8.0" , "8.1", "8.2" ]
3131
os_test: [ "rhel8", "rhel9", "rhel10" ]
3232
test_case: [ "openshift-4" ]
3333

0 commit comments

Comments
 (0)