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 e85c5f1 commit 40c49feCopy full SHA for 40c49fe
.github/workflows/gradle.yml
@@ -10,7 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- java-version: ["17", "21"]
+ java-version:
14
+ - 17
15
+ - 21
16
17
steps:
18
- uses: actions/checkout@v4
.github/workflows/mvn.yml
@@ -10,7 +10,10 @@ jobs:
- java-version: ["11", "17", "21"]
+ - 11
19
0 commit comments