diff mbox series

[72/75] github: Use kernel 6.1 in github action

Message ID 20240627234808.1253337-73-hauke@hauke-m.de (mailing list archive)
State New, archived
Headers show
Series backports: Update to kernel 6.1.95 | expand

Commit Message

Hauke Mehrtens June 27, 2024, 11:47 p.m. UTC
Generate backports from kernel 6.1 stable branch and run compile tests
with kernel up to version 6.1 in the github actions.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 .github/workflows/create.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml
index 36e6c930..c9fdf6a2 100644
--- a/.github/workflows/create.yml
+++ b/.github/workflows/create.yml
@@ -19,11 +19,11 @@  jobs:
         with:
           path: backports
 
-      - name: Checkout kernel 5.15
+      - name: Checkout kernel 6.1
         uses: actions/checkout@v4
         with:
           repository: gregkh/linux
-          ref: refs/heads/linux-5.15.y
+          ref: refs/heads/linux-6.1.y
           path: linux
 
       - name: Generate backports tar
@@ -77,7 +77,13 @@  jobs:
            "5.12",
            "5.13",
            "5.14",
-           "5.15"]
+           "5.15",
+           "5.16",
+           "5.17",
+           "5.18",
+           "5.19",
+           "6.0",
+           "6.1"]
         config: [
            allyesconfig,
            defconfig-wifi]