Skip to content

Commit

Permalink
gh/workflows: Use 6.3 instead of 6.0
Browse files Browse the repository at this point in the history
While bpf-next is broken (to test kprobe-multi).

Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and tklauser committed Jun 6, 2023
1 parent 8002526 commit d3ace5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kernel: [ '5.4-v0.3', '5.15-v0.3', '6.0-v0.3' ]
kernel: [ '5.4-v0.3', '5.15-v0.3', '6.3-main' ]
timeout-minutes: 10
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
Expand Down

0 comments on commit d3ace5d

Please sign in to comment.