yaml is dumb

This commit is contained in:
LavaDesu 2021-06-28 08:53:25 +07:00
parent b0cb801b46
commit 287352e41a
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -25,10 +25,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
kernelVersion: [5.4, 5.10, 5.11]
kernelVersion: ["5.4", "5.10", "5.11"]
sched: [bmq, cfs, cacule, muqss, pds]
include:
- kernelVersion: 5.10
- kernelVersion: "5.10"
sched: upds
steps:
- uses: actions/checkout@v2.3.4