mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-26 22:20:56 +00:00
Remove python 2.7 from CI matrix
This commit is contained in:
parent
37071a0160
commit
3be5c35a86
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -17,10 +17,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu, windows, macos ]
|
||||
python-version: [2.7, 3.7, 3.8, 3.9, '3.10']
|
||||
python-version: [3.7, 3.8, 3.9, '3.10']
|
||||
include:
|
||||
- python-version: 2.7
|
||||
node-version: 12
|
||||
- python-version: 3.7
|
||||
node-version: 12
|
||||
- python-version: 3.8
|
||||
|
Loading…
Reference in New Issue
Block a user