Skip to content

Commit 3349eb5

Browse files
valfirstjchambers
authored andcommitted
[CI] Use LTS and latest JDK versions
1 parent 27fd2d7 commit 3349eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
distribution: [ 'zulu', 'temurin' ]
11-
java: [8, 11, 13, 15]
11+
java: [8, 11, 17, 18]
1212
fail-fast: false
1313
name: JDK ${{ matrix.java }} (${{ matrix.distribution }})
1414

0 commit comments

Comments
 (0)