Skip to content

Commit 5f56057

Browse files
authored
Merge pull request #1999 from brendandburns/actions
Reduce the java matrix to just LTS versions.
2 parents ab86fa4 + fb41435 commit 5f56057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
name: Java ${{ matrix.java }} Maven Test
2828
strategy:
2929
matrix:
30-
# test against latest update of each major Java version, as well as specific updates of LTS versions:
31-
java: [ 8.0.x, 9.0.x, 10.0.x, 11.0.x, 12.0.x, 16.0.x ]
30+
# Test against the LTS Java versions. TODO: add JDK18 when it becomes available.
31+
java: [ 8.0.x, 11.0.x, 17.0.x ]
3232
steps:
3333
- uses: actions/[email protected]
3434
- name: Setup Java

0 commit comments

Comments
 (0)