From 9779490b87f0b0d65a2c37197e14b59acc210ae8 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Mon, 14 Apr 2025 14:28:59 -0400 Subject: [PATCH] ci: test against 5.10 This is the earliest LTS that still exists on debian mirrors. --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c33086d..4bf9d953 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -306,13 +306,11 @@ jobs: - name: Download debian kernels if: runner.arch == 'ARM64' - # TODO: enable tests on kernels before 6.0. - run: .github/scripts/download_kernel_images.sh test/.tmp/debian-kernels/arm64 arm64 6.1 6.12 + run: .github/scripts/download_kernel_images.sh test/.tmp/debian-kernels/arm64 arm64 5.10 6.1 6.12 - name: Download debian kernels if: runner.arch == 'X64' - # TODO: enable tests on kernels before 6.0. - run: .github/scripts/download_kernel_images.sh test/.tmp/debian-kernels/amd64 amd64 6.1 6.12 + run: .github/scripts/download_kernel_images.sh test/.tmp/debian-kernels/amd64 amd64 5.10 6.1 6.12 - name: Cleanup stale kernels and modules run: |