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]
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(-)