Skip to content

Commit 853f80a

Browse files
committed
Test what happens if we list the same Java version twice
1 parent 5a5d01d commit 853f80a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
matrix:
1111
java:
1212
- version: 17
13-
javaInstall: 17
13+
javaInstall: |
14+
17
15+
17
1416
buildProfile: 17
1517
testProfile: 17
1618
- version: 17-test-21

0 commit comments

Comments
 (0)