Skip to content

Commit 82211ae

Browse files
committed
Drop 5.6.4 support in 4.x
1 parent 946ba86 commit 82211ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
strategy:
77
matrix:
88
config:
9-
- {os: ubuntu-latest, params: "'-PtestedGradleVersion=5.6.4|6.0|7.0|7.5.1' pnpmTests" }
10-
- {os: ubuntu-latest, params: "'-PtestedGradleVersion=5.6.4|6.0|7.0|7.5.1' build" }
9+
- {os: ubuntu-latest, params: "'-PtestedGradleVersion=6.6|7.0|7.5.1' pnpmTests" }
10+
- {os: ubuntu-latest, params: "'-PtestedGradleVersion=6.6|7.0|7.5.1' build" }
1111
- {os: windows-latest, params: "build pnpmTests" }
1212
- {os: macos-latest, params: "build pnpmTests" }
1313
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ with Gradle:
1818
The plugin is published in the [Gradle plugins portal](https://plugins.gradle.org/plugin/com.github.node-gradle.node)
1919
with the `com.github.node-gradle.node` identifier.
2020

21-
It supports Gradle 5.6.4+ and Node.js 10+.
21+
It supports Gradle 6.6+ and Node.js 10+, for 5.6.4 support use version 3.x
2222

2323
## Documentation
2424

0 commit comments

Comments
 (0)