Stop building for Electron 1.0

This commit is contained in:
Michael Lumish 2020-05-12 09:00:25 -07:00
parent 1ee78c7f9b
commit 3120fc1d2f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
name: All Electron Builds
strategy:
matrix:
electron: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '2.0', '3.0', '3.1', '4.1', '4.2', '5.0', '6.0', '7.0']
electron: ['2.0', '3.0', '3.1', '4.1', '4.2', '5.0', '6.0', '7.0']
arch: [x86, x64]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}