ci: removed compiling for 5.8 kernel

This commit is contained in:
Gustavo Iñiguez Goia 2023-05-17 17:28:55 +02:00
parent 96a962be2b
commit 6b297a93b1
Failed to generate hash of commit

View file

@ -28,7 +28,7 @@ jobs:
build:
strategy:
matrix:
kernel: ["5.8", "6.0"]
kernel: ["6.0"]
tag: ["1.5.0", "master"]
runs-on: ubuntu-22.04