Skip to content

Commit 40c49fe

Browse files
use yaml list
1 parent e85c5f1 commit 40c49fe

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
java-version: ["17", "21"]
13+
java-version:
14+
- 17
15+
- 21
1416

1517
steps:
1618
- uses: actions/checkout@v4

.github/workflows/mvn.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
java-version: ["11", "17", "21"]
13+
java-version:
14+
- 11
15+
- 17
16+
- 21
1417

1518
steps:
1619
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)