File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
strategy :
7
7
matrix :
8
8
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" }
11
11
- {os: windows-latest, params: "build pnpmTests" }
12
12
- {os: macos-latest, params: "build pnpmTests" }
13
13
steps :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ with Gradle:
18
18
The plugin is published in the [ Gradle plugins portal] ( https://plugins.gradle.org/plugin/com.github.node-gradle.node )
19
19
with the ` com.github.node-gradle.node ` identifier.
20
20
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
22
22
23
23
## Documentation
24
24
You can’t perform that action at this time.
0 commit comments