Skip to content

Commit 21fc8ba

Browse files
jorsolplamentotev
authored andcommitted
Update jdk build matrix
Signed-off-by: Jorge Solórzano <jorsol@gmail.com>
1 parent 525ab42 commit 21fc8ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
30-
java: ['8', '11', '16', '17']
31-
distribution: ['temurin', 'zulu']
30+
java: ['8', '11', '17', '18']
31+
distribution: ['temurin']
3232
include:
33-
- java: '18-ea'
33+
- java: '19-ea'
3434
distribution: 'zulu'
3535
os: 'ubuntu-latest'
3636
steps:
@@ -43,4 +43,4 @@ jobs:
4343
java-version: ${{ matrix.java }}
4444
cache: 'maven'
4545
- name: Build with Maven
46-
run: mvn install javadoc:javadoc -e -B -V -Pno-tests-if-not-on-osx
46+
run: mvn install javadoc:javadoc -e -B -V

0 commit comments

Comments
 (0)