diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc7bfc8..d354bdc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} diff --git a/docs/src/pages/index.mdx b/docs/src/pages/index.mdx index 1db0009..962c26c 100644 --- a/docs/src/pages/index.mdx +++ b/docs/src/pages/index.mdx @@ -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