Skip to content

Commit 9474ad8

Browse files
committed
updated pipeline to Java 21 and changed distribution to zulu
1 parent 52de629 commit 9474ad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
steps:
77
- uses: actions/checkout@v3
88
- name: Setup Java JDK
9-
uses: actions/setup-java@v3.5.1
9+
uses: actions/setup-java@v4.2.1
1010
with:
11-
distribution: 'temurin'
12-
java-version: '17'
11+
distribution: 'zulu'
12+
java-version: '21'
1313
- name: Build & Test
1414
run: ./mvnw clean verify

0 commit comments

Comments
 (0)