Skip to content

Commit 1712327

Browse files
committed
chore: java 22 adoption
1 parent 3ceb242 commit 1712327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-execution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Set up JDK
1616
uses: actions/setup-java@v4
1717
with:
18-
java-version: 21
19-
distribution: temurin
18+
java-version: 22
19+
distribution: oracle
2020

2121
- name: Cache Maven packages
2222
uses: actions/cache@v3

0 commit comments

Comments
 (0)