Skip to content

Commit 1ac41d9

Browse files
committed
build: updated gh-actions for JDK21
1 parent 9d6c848 commit 1ac41d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
- name: Set up JDK 17
15+
- name: Set up JDK 21
1616
uses: actions/setup-java@v4
1717
with:
18-
java-version: '17'
18+
java-version: '21'
1919
distribution: 'temurin'
2020
cache: maven
2121
- name: Cache Maven packages

0 commit comments

Comments
 (0)