diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 228d5f720..48b796a53 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 4cd7eaae9..77c55c82c 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -16,8 +16,9 @@ jobs: name: Test setup-python runs-on: ${{ matrix.operating-system }} strategy: + fail-fast: false matrix: - operating-system: [ubuntu-20.04, windows-latest, macos-13] + operating-system: [ubuntu-24.04,ubuntu-22.04,macos-latest, windows-latest, macos-13] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/test-pypy.yml b/.github/workflows/test-pypy.yml index cd472f720..fa2e69011 100644 --- a/.github/workflows/test-pypy.yml +++ b/.github/workflows/test-pypy.yml @@ -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' @@ -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: @@ -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 @@ -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 diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index ad2226957..0ef3507d0 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: