Skip to content

Commit 875843a

Browse files
committed
.github/workflows: Update kernel versions for selftests
The 6.10.14 kernel images disappeared from the Fedora mirrors, and the 6.12 kernel has had a few releases since the .0 version. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent e7e2272 commit 875843a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/selftests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
KERNEL_VERSION:
15-
- "6.12.0-65.fc42"
16-
- "6.10.14-200.fc40"
15+
- "6.12.8-200.fc41"
16+
- "6.10.12-200.fc40"
1717
- "6.6.14-200.fc39"
1818
- "6.1.9-200.fc37"
1919
- "5.16.8-200.fc35"

0 commit comments

Comments
 (0)