We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3cdba commit 90aec5bCopy full SHA for 90aec5b
2 files changed
.github/workflows/commit_ci.yml
@@ -37,10 +37,10 @@ jobs:
37
uses: jwlawson/actions-setup-cmake@v1
38
with:
39
cmake-version: '3.22.1'
40
- - name: Prepare Java 17
+ - name: Prepare Java 21
41
uses: actions/setup-java@v4
42
43
- java-version: 17
+ java-version: 21
44
java-package: jdk
45
distribution: 'temurin'
46
cache: 'gradle'
.github/workflows/pull_request_ci.yml
@@ -27,10 +27,10 @@ jobs:
27
28
29
30
31
32
33
34
35
36
0 commit comments