8000 Reduce test matrix · Ditto190/Github-setup-python@415c356 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 div class="prc-PageLayout-HeaderContent-dVIQb" style="--spacing:var(--spacing-normal)">

Commit 415c356

Browse files
committed
Reduce test matrix
1 parent 42ed863 commit 415c356

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
python-version: ['3.8', '3.9', 'pypy-3.7-v7.x']
24+
python-version: ['3.9', 'pypy-3.7-v7.x']
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Setup Python
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [ubuntu-latest, windows-latest, macos-latest]
42-
python-version: ['3.8', '3.9', 'pypy-3.7-v7.x']
42+
python-version: ['3.9', 'pypy-3.7-v7.x']
4343
steps:
4444
- uses: actions/checkout@v2
4545
- name: Setup Python
@@ -59,7 +59,7 @@ jobs:
5959
fail-fast: false
6060
matrix:
6161
os: [ubuntu-latest, windows-latest, macos-latest]
62-
python-version: ['3.7', '3.8', '3.9', 'pypy-3.7-v7.3.5', 'pypy-3.7-v7.x']
62+
python-version: ['3.9', 'pypy-3.7-v7.x']
6363
steps:
6464
- uses: actions/checkout@v2
6565
- name: Install poetry
@@ -79,7 +79,7 @@ jobs:
7979
fail-fast: false
8080
matrix:
8181
os: [ubuntu-latest, windows-latest, macos-latest]
82-
python-version: ['3.8', '3.9', 'pypy-3.7-v7.x']
82+
python-version: ['3.9', 'pypy-3.7-v7.x']
8383
steps:
8484
- uses: actions/checkout@v2
8585
- name: Setup Python
@@ -98,7 +98,7 @@ jobs:
9898
fail-fast: false
9999
matrix:
100100
os: [ubuntu-latest, windows-latest, macos-latest]
101-
python-version: ['3.8', '3.9', 'pypy-3.7-v7.x']
101+
python-version: ['3.9', 'pypy-3.7-v7.x']
102102
steps:
103103
- uses: actions/checkout@v2
104104
- name: Setup Python

0 commit comments

Comments
 (0)
0