X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.github%2Fworkflows%2Fmain.yml;h=192c3299f7f4c33132a242c4419a112b4c0bad27;hb=5a972ea9af108295653ccd380011455ccaee1d3d;hp=5f35f8bdae3297bcd4065c47a1cbfd541a06d2f3;hpb=ec61cf0e4fec9456b83524f51dbf2685cfe03067;p=kconfig-hardened-check.git diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f35f8b..192c329 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python: - python-version: [3.7, 3.8, 3.9, 3.10, 3.11] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: