Skip to content

Commit

Permalink
Add 6.14 to supported kernels
Browse files Browse the repository at this point in the history
This one broke our module support until the previous update,
unfortunately.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
  • Loading branch information
osandov committed Feb 3, 2025
1 parent d572768 commit 2ecc808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/support_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ currently fully supported are:

.. Keep this in sync with vmtest/config.py.
- 6.0-6.13
- 6.0-6.14
- 5.10-5.19
- 5.4
- 4.19
Expand Down
1 change: 1 addition & 0 deletions vmtest/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# Kernel versions that we run tests on and therefore support. Keep this in sync
# with docs/support_matrix.rst.
SUPPORTED_KERNEL_VERSIONS = (
"6.14",
"6.13",
"6.12",
"6.11",
Expand Down

0 comments on commit 2ecc808

Please sign in to comment.