Skip to content

Commit a4ecd41

Browse files
author
Aleksandar Damjanovic
committed
Add JDK 11, 17, 21 to CI matrix
1 parent 3fa1c53 commit a4ecd41

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
@@ -12,14 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
java: [ 8 ]
15+
java: [ 8, 11, 17, 21 ]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up JDK ${{ matrix.java }}
1919
uses: actions/setup-java@v4
2020
with:
2121
java-version: ${{ matrix.java }}
22-
distribution: 'zulu'
22+
distribution: 'temurin'
2323
cache: maven
2424
- name: Build with Maven
2525
run: mvn -B -U compile test --file pom.xml

0 commit comments

Comments
 (0)