Avoid the YAML parsing mistake
[kconfig-hardened-check.git] / .github / workflows / main.yml
index 2ccf6f2ae543181bc4c4e566e4d041cdead1ebd4..192c3299f7f4c33132a242c4419a112b4c0bad27 100644 (file)
@@ -15,8 +15,8 @@ jobs:
       max-parallel: 4
       fail-fast: false
       matrix:
-        python-version: [3.6, 3.7, 3.8, 3.9]
-        # github runner with python 3.5 currently fails to install this package
+        # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python:
+        python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
 
     steps: