Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 415c356

Browse filesBrowse files
committed
Reduce test matrix
1 parent 42ed863 commit 415c356
Copy full SHA for 415c356

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎.github/workflows/e2e-cache.yml

Copy file name to clipboardExpand all lines: .github/workflows/e2e-cache.yml
+5-5Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.