Skip to content

Commit

Permalink
Update e2e-cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored Oct 11, 2024
1 parent 19dfb7b commit cd6a8e6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', 'pypy-3.9-v7.x']
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-20.04, ubuntu-22.04 ]
python-version: ['3.10', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand All @@ -39,8 +39,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', 'pypy-3.9-v7.x']
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-20.04, ubuntu-22.04 ]
python-version: ['3.10', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down Expand Up @@ -75,8 +75,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', 'pypy-3.9']
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-20.04, ubuntu-22.04 ]
python-version: ['3.10', 'pypy-3.9']
steps:
- uses: actions/checkout@v4
- name: Install poetry
Expand All @@ -97,8 +97,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', 'pypy-3.9-v7.x']
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-20.04, ubuntu-22.04 ]
python-version: ['3.10', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand All @@ -116,8 +116,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', 'pypy-3.9-v7.x']
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-20.04, ubuntu-22.04 ]
python-version: ['3.10', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down

0 comments on commit cd6a8e6

Please sign in to comment.