Skip to content

Commit 789eb12

Browse files
Update maven.yml
1 parent fd530a9 commit 789eb12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
name: Java ${{ matrix.java }} Maven Test on ${{ matrix.os }}
2727
strategy:
2828
matrix:
29-
# Test against the LTS Java versions. TODO: add JDK18 when it becomes available.
30-
java: [ 11.0.x, 17.0.x ]
29+
java: [ 11.0.x, 17.0.x, 21.0.x ]
3130
os: [ macos-latest, windows-latest, ubuntu-latest ]
3231
runs-on: ${{ matrix.os }}
3332
steps:

0 commit comments

Comments
 (0)