diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ddbdf637..c86fe6bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,8 +10,8 @@ jobs: build: strategy: matrix: - os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04] - python: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12] + os: ["ubuntu-18.04", "ubuntu-20.04", "ubuntu-22.04"] + python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] name: superflore tests runs-on: ${{matrix.os}} steps: