Skip to content

Commit

Permalink
add latest versions to e2e-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 24, 2024
1 parent 7b0299a commit ba0e521
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba0e521

Please sign in to comment.