Skip to content

Commit 3109bd1

Browse files
committed
.github/workflows: Add a 6.14 kernel to the test matrix
The 6.14 kernel introduced the change that disallows attaching programs that modify the packet pointer on top of functions that don't, so let's add that version to the test matrix so we exercise the workaround. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 82d88d2 commit 3109bd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/selftests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
KERNEL_VERSION:
15+
- "6.14.7-200.fc41"
1516
- "6.13.7-200.fc41"
1617
- "6.12.8-200.fc41"
1718
- "6.10.12-200.fc40"

0 commit comments

Comments
 (0)