Skip to content

Commit

Permalink
Add 6.13 to supported kernels
Browse files Browse the repository at this point in the history
No updates needed this time.

Signed-off-by: Omar Sandoval <[email protected]>
  • Loading branch information
osandov committed Dec 2, 2024
1 parent 6230a9b commit 5e3e5ba
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.12
- 6.0-6.13
- 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.13",
"6.12",
"6.11",
"6.10",
Expand Down

0 comments on commit 5e3e5ba

Please sign in to comment.