Skip to content

Commit

Permalink
ci: use kernel 5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestwo authored and IWDTestBot committed Sep 28, 2022
1 parent 3da18d7 commit 4438e33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
default: all
kernel:
description: Kernel version
default: '5.16'
default: '5.19'
hostapd_version:
description: Hostapd and wpa_supplicant version
default: '09a281e52a25b5461c4b08d261f093181266a554'
Expand Down Expand Up @@ -74,14 +74,14 @@ jobs:
elif [ ${{ github.event_name }} == 'repository_dispatch' ]
then
TESTS=all
KERNEL=5.16
KERNEL=5.19
HOSTAPD_VERSION=09a281e52a25b5461c4b08d261f093181266a554
ELL_REF=${{ github.event.client_payload.ref }}
REF=$ELL_REF
REPO=${{ github.event.client_payload.repo }}
else
TESTS=all
KERNEL=5.16
KERNEL=5.19
HOSTAPD_VERSION=09a281e52a25b5461c4b08d261f093181266a554
ELL_REF="refs/heads/workflow"
REF="$GITHUB_REF"
Expand Down

0 comments on commit 4438e33

Please sign in to comment.