From 80e3e49cc1638101c6806e50c41606ac5849b526 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Tue, 19 Oct 2021 16:32:43 +0300 Subject: [PATCH 1/2] add fixes to pass ci checks --- .github/workflows/test-pypy.yml | 8 +++----- .github/workflows/test-python.yml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-pypy.yml b/.github/workflows/test-pypy.yml index 547d03419..e1aa4a793 100644 --- a/.github/workflows/test-pypy.yml +++ b/.github/workflows/test-pypy.yml @@ -21,12 +21,10 @@ jobs: os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest] pypy: - 'pypy-2.7' - - 'pypy-3.6' - 'pypy-3.7' - - 'pypy-2.7-v7.3.2' - - 'pypy-3.6-v7.3.2' - - 'pypy-3.7-v7.3.2' - - 'pypy-3.6-v7.3.x' + - 'pypy-2.7-v7.3.4' + - 'pypy-3.7-v7.3.5' + - 'pypy-3.7-v7.3.4' - 'pypy-3.7-v7.x' - 'pypy-2.7-v7.3.4rc1' - 'pypy-3.7-nightly' diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index b7757b269..87fa8afd4 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -97,7 +97,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04] + os: [macos-10.15, windows-latest, ubuntu-18.04, ubuntu-20.04] steps: - name: Checkout uses: actions/checkout@v2 From bccd71d7b614e0ba86d6da62e60b8134bbc0ee52 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Tue, 19 Oct 2021 17:34:20 +0300 Subject: [PATCH 2/2] add check for pypy-3.7-v7.3.x --- .github/workflows/test-pypy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-pypy.yml b/.github/workflows/test-pypy.yml index e1aa4a793..2bd044106 100644 --- a/.github/workflows/test-pypy.yml +++ b/.github/workflows/test-pypy.yml @@ -25,6 +25,7 @@ jobs: - 'pypy-2.7-v7.3.4' - 'pypy-3.7-v7.3.5' - 'pypy-3.7-v7.3.4' + - 'pypy-3.7-v7.3.x' - 'pypy-3.7-v7.x' - 'pypy-2.7-v7.3.4rc1' - 'pypy-3.7-nightly'