Skip to content

Commit 9347e32

Browse files
committed
ci: Add fedora 41/42/43 and cs9/10 integration test
Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent 91b4817 commit 9347e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
strategy:
99
matrix:
10-
test_os: [fedora-42]
10+
test_os: [fedora-41, fedora-42, fedora-43, centos-9, centos-10]
1111
test_runner: [ubuntu-latest, ubuntu-24.04-arm]
1212

1313
runs-on: ${{ matrix.test_runner }}
@@ -51,7 +51,7 @@ jobs:
5151
needs: build
5252
strategy:
5353
matrix:
54-
test_os: [fedora-42]
54+
test_os: [fedora-41, fedora-42, fedora-43, centos-9, centos-10]
5555
tmt_plan: [test-01-readonly, test-20-local-upgrade, test-21-logically-bound-switch, test-22-logically-bound-install, test-23-install-outside-container, test-24-local-upgrade-reboot]
5656

5757
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)