Skip to content

Commit cd4bc8a

Browse files
authored
Update integrationTest.yml
Upgrade to Java 21 Signed-off-by: Andy Tael <andy.tael@yahoo.com>
1 parent be25e2d commit cd4bc8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrationTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Setup Java 17
17+
- name: Setup Java 21
1818
uses: actions/setup-java@v1
1919
with:
20-
java-version: 17
20+
java-version: 21
2121
distribution: 'temurin'
2222
java-package: 'jdk'
2323
cache: 'maven'

0 commit comments

Comments
 (0)