We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181378f commit 8a1b156Copy full SHA for 8a1b156
.github/workflows/ci.yml
@@ -48,11 +48,9 @@ jobs:
48
fail-fast: false
49
matrix:
50
kind: [maven, gradle]
51
- # Test on the latest Java version once Gradle & Maven support it.
52
- jre: [17, 21, 24]
+ jre: [17, 21, 24] # Test on the latest Java version once Gradle & Maven support it.
53
os: [ubuntu-latest, windows-latest]
54
- include:
55
- # npm on linux only (crazy slow on windows)
+ include: # npm on linux only (crazy slow on windows)
56
- kind: npm
57
jre: 17
58
os: ubuntu-latest
0 commit comments