diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 567f1c98a..a14739de1 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -29,12 +29,40 @@ jobs: - name: Verify 3.8 run: python __tests__/verify-python.py 3.8 - - name: Run with setup-python 3.8.1 + - name: Run with setup-python 3.8.10 uses: ./ with: - python-version: 3.8.1 - - name: Verify 3.8.1 - run: python __tests__/verify-python.py 3.8.1 + python-version: 3.8.10 + - name: Verify 3.8.10 + run: python __tests__/verify-python.py 3.8.10 + + - name: Run with setup-python 3.9.13 + uses: ./ + with: + python-version: 3.9.13 + - name: Verify 3.9.13 + run: python __tests__/verify-python.py 3.9.13 + + - name: Run with setup-python 3.9.13 + uses: ./ + with: + python-version: 3.10.11 + - name: Verify 3.10.11 + run: python __tests__/verify-python.py 3.10.11 + + - name: Run with setup-python 3.11.9 + uses: ./ + with: + python-version: 3.11.9 + - name: Verify 3.11.9 + run: python __tests__/verify-python.py 3.11.9 + + - name: Run with setup-python 3.12.4 + uses: ./ + with: + python-version: 3.12.4 + - name: Verify 3.12.4 + run: python __tests__/verify-python.py 3.12.4 - name: Run with setup-python 3.10 id: cp310