From 31b0b2462cfbcc1728f03d26bca9d6d9d6a26cb1 Mon Sep 17 00:00:00 2001 From: priya-kinthali Date: Thu, 3 Oct 2024 14:22:14 +0530 Subject: [PATCH 1/3] tested e2e for macos13 --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 4cd7eaae9..17a4fb321 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: 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 From d554a7c7988fb0a4e063260db6035bd5ebe86e0c Mon Sep 17 00:00:00 2001 From: priya-kinthali Date: Thu, 3 Oct 2024 14:27:00 +0530 Subject: [PATCH 2/3] tested e2e for macos13 --- .github/workflows/e2e-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 17a4fb321..77c55c82c 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -16,6 +16,7 @@ jobs: name: Test setup-python runs-on: ${{ matrix.operating-system }} strategy: + fail-fast: false matrix: operating-system: [ubuntu-24.04,ubuntu-22.04,macos-latest, windows-latest, macos-13] steps: From 3f9b4f69986db67cdcd7c3614338c17b84af6f27 Mon Sep 17 00:00:00 2001 From: priya-kinthali Date: Thu, 3 Oct 2024 15:24:22 +0530 Subject: [PATCH 3/3] test --- .github/workflows/e2e-cache.yml | 10 +++++----- .github/workflows/test-pypy.yml | 8 ++++---- .github/workflows/test-python.yml | 22 +++++++++++----------- 3 files changed, 20 insertions(+), 20 deletions(-) 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/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 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy