We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a6671 commit 76693f0Copy full SHA for 76693f0
2 files changed
.github/workflows/main.yml
@@ -13,11 +13,11 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v5
16
- - name: Setup JDK 11
+ - name: Setup JDK 17
17
uses: actions/setup-java@v5
18
with:
19
distribution: 'zulu'
20
- java-version: '11'
+ java-version: '17'
21
cache: 'gradle'
22
23
- name: Environment info
.github/workflows/manual.yml
@@ -36,11 +36,11 @@ jobs:
36
37
- uses: actions/checkout@v4
38
39
40
41
42
43
44
45
46
0 commit comments