add 5.10 kernel to CI

This commit is contained in:
Evgeni Golov 2023-06-19 15:54:31 +02:00
parent 0c3398b1ac
commit 35be4ab60d

View File

@ -14,11 +14,12 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
linux:
- v5.10
- v6.1
- master
steps: