Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Oct 3, 2024
1 parent d554a7c commit 3f9b4f6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13, ubuntu-22.04]
python-version: ['3.9', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13, ubuntu-22.04]
python-version: ['3.9', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13, ubuntu-22.04]
python-version: ['3.9', 'pypy-3.9']
steps:
- uses: actions/checkout@v4
Expand All @@ -97,7 +97,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13, ubuntu-22.04]
python-version: ['3.9', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
Expand All @@ -116,7 +116,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13, ubuntu-22.04]
python-version: ['3.9', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
pypy:
- 'pypy-2.7'
- 'pypy-3.10'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
pypy: ['pypy2.7', 'pypy3.9', 'pypy3.10-nightly']

steps:
Expand All @@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
steps:
- uses: actions/checkout@v4
- name: Setup PyPy and check latest
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
steps:
- uses: actions/checkout@v4
- name: Setup PyPy and check latest
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
exclude:
- os: ubuntu-22.04
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
exclude:
- os: ubuntu-22.04
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
exclude:
- os: ubuntu-22.04
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, '==3.12.3']
exclude:
- os: ubuntu-22.04
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
exclude:
- os: ubuntu-22.04
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-24.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-24.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- name: Checkout
Expand All @@ -341,7 +341,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
Expand All @@ -365,7 +365,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
steps:
- uses: actions/checkout@v4
- name: Setup Python and check latest
Expand Down

0 comments on commit 3f9b4f6

Please sign in to comment.