ci: support deprecated kernel versions (#648)

This commit is contained in:
weishu
2023-06-18 12:47:29 +08:00
committed by GitHub
parent a48d7b112f
commit 1703c16948
4 changed files with 26 additions and 1 deletions

View File

@@ -21,6 +21,14 @@ jobs:
strategy:
matrix:
include:
- sub_level: 66
os_patch_level: 2021-11
- sub_level: 81
os_patch_level: 2022-03
- sub_level: 101
os_patch_level: 2022-05
- sub_level: 110
os_patch_level: 2022-07
- sub_level: 136
os_patch_level: 2022-11
- sub_level: 149