diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index ba7eb1a7..8a5c1876 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -27,9 +27,25 @@ jobs: - python-version: "3.10" core-version: "2023.4.6" - python-version: "3.10" - core-version: "2023.5.2" + core-version: "2023.5.4" - python-version: "3.11" - core-version: "2023.6.1" + core-version: "2023.6.3" + - python-version: "3.11" + core-version: "2023.7.3" + - python-version: "3.11" + core-version: "2023.8.4" + - python-version: "3.11" + core-version: "2023.9.3" + - python-version: "3.11" + core-version: "2023.10.5" + - python-version: "3.11" + core-version: "2023.11.3" + - python-version: "3.11" + core-version: "2023.12.4" + - python-version: "3.11" + core-version: "2024.1.6" + - python-version: "3.11" + core-version: "2024.2.5" - python-version: "3.11" core-version: "dev" steps: