Skip to content

Commit 2dc18a1

Browse files
Brent1LTBrent Bumann
and
Brent Bumann
authored
Fix CI test environment (#391)
Co-authored-by: Brent Bumann <bbumann@dropbox.com>
1 parent 45ccf50 commit 2dc18a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-latest, windows-latest]
14-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
14+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy-2.7, pypy-3.7]
1515
exclude:
1616
- os: windows-latest
1717
python-version: 3.6
1818
include:
19-
- os: linux
20-
python-version: 3.4
19+
- os: ubuntu-latest
20+
python-version: 3.7
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Setup Python environment
@@ -65,13 +65,13 @@ jobs:
6565
strategy:
6666
matrix:
6767
os: [macos-latest, windows-latest]
68-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
68+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy-2.7, pypy-3.7]
6969
exclude:
7070
- os: windows-latest
7171
python-version: 3.6
7272
include:
73-
- os: linux
74-
python-version: 3.4
73+
- os: ubuntu-latest
74+
python-version: 3.7
7575
steps:
7676
- uses: actions/checkout@v2.3.4
7777
- name: Setup Python environment

0 commit comments

Comments
 (0)