Skip to content

Commit 7d859ee

Browse files
ci: switch "stable" build test to compile against kernel 6.8
Following the rationale in #57, switch the stable build test to compile against 6.8, which is the kernel version that comes in the latest Ubuntu LTS (24.04). Related: #57 (comment) Signed-off-by: Jonas Malaco <jonas@protocubo.io>
1 parent b254517 commit 7d859ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
kernel_version:
1111
- master
12-
- v6.2
12+
- v6.8
1313
kconfig_pm:
1414
- "-e CONFIG_PM"
1515
- "-d CONFIG_PM"

0 commit comments

Comments
 (0)