Skip to content

Commit

Permalink
Run Gradle 8 tests on Java 17+
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Sep 27, 2024
1 parent 0af50fd commit d3e958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
config:
- {os: ubuntu-latest, java: 11, params: "'-PtestedGradleVersion=6.9.4|7.6.3' pnpmTests" }
- {os: ubuntu-latest, java: 11, params: "'-PtestedGradleVersion=6.9.4|7.6.3' build" }
- {os: ubuntu-latest, java: 16, params: "'-PtestedGradleVersion=8.10.2' build pnpmTests"}
- {os: ubuntu-latest, java: 17, params: "'-PtestedGradleVersion=8.10.2' build pnpmTests"}
- {os: windows-latest, java: 11, params: "build pnpmTests" }
- {os: macos-latest, java: 11, params: "build pnpmTests" }
steps:
Expand Down

0 comments on commit d3e958c

Please sign in to comment.