Change the CI configuration to test also on an F34 image in addition to F33 and also test kernel-secnext on F34 instead of F33. We could of course test just on F34, but having an older release in the test matrix should help ensure that the testsuite will still work on older kernel/userspace versions as well, so I'd rather keep both. Signed-off-by: Ondrej Mosnacek <omosnace@xxxxxxxxxx> --- .github/workflows/checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 59f1a47..d0e276e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,7 +15,8 @@ jobs: matrix: env: - { version: 33, secnext: 0 } - - { version: 33, secnext: 1 } + - { version: 34, secnext: 0 } + - { version: 34, secnext: 1 } env: FEDORA_VERSION: ${{ matrix.env.version }} KERNEL_SECNEXT: ${{ matrix.env.secnext }} -- 2.30.2