Skip to content

Commit f5a6a2c

Browse files
committed
Enable testing s2i-php-container on RHEL10 host
No code is changed by this pull request. Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 3d04773 commit f5a6a2c

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
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version: [ "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
16-
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s"]
16+
os_test: [ "fedora", "rhel8", "rhel9", "rhel10", "c9s", "c10s"]
1717
test_case: [ "container" ]
1818

1919
if: |

.github/workflows/openshift-pytests.yml

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

3434
steps:

.github/workflows/openshift-tests.yml

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

3434
steps:

0 commit comments

Comments
 (0)