Skip to content

Commit

Permalink
Removed electron 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadwey committed Jul 2, 2022
1 parent 188171f commit ac8a5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
electron: [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, latest, beta, alpha]
electron: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, latest, beta, alpha]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.mdx
Expand Up @@ -5,7 +5,7 @@

## Supported electron versions

Supported versions are `7.x`, `8.x`, `9.x`, `10.x`, `11.x`, `12.x`, `13.x`, `14.x`, `15.x`, `16.x`, `17.x`, `18.x`, `19.x`.
Supported versions are `8.x`, `9.x`, `10.x`, `11.x`, `12.x`, `13.x`, `14.x`, `15.x`, `16.x`, `17.x`, `18.x`, `19.x`.

:::caution

Expand Down

0 comments on commit ac8a5a3

Please sign in to comment.