File tree Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 10
10
name : changelogPrint
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - name : jdk 11
14
- uses : actions/setup-java@v4
13
+ - uses : actions/setup-java@v4
15
14
with :
16
- java-version : 11
15
+ java-version : 21
17
16
distribution : ' temurin'
18
17
- name : gradle caching
19
18
uses : gradle/actions/setup-gradle@v4
Original file line number Diff line number Diff line change @@ -23,11 +23,10 @@ jobs:
23
23
uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
- - name : Install JDK 11
27
- uses : actions/setup-java@v4
26
+ - uses : actions/setup-java@v4
28
27
with :
29
28
distribution : " temurin"
30
- java-version : 11
29
+ java-version : 21
31
30
- name : gradle caching
32
31
uses : gradle/actions/setup-gradle@v4
33
32
- name : spotlessCheck
@@ -41,26 +40,26 @@ jobs:
41
40
matrix :
42
41
kind : [maven, gradle]
43
42
# Test on the latest Java version once Gradle & Maven support it.
44
- jre : [11, 17, 21, 23]
43
+ jre : [17, 21, 23]
45
44
os : [ubuntu-latest]
46
45
include :
47
46
# test windows at the diagonals of the above matrix
48
47
- kind : maven
49
- jre : 11
48
+ jre : 17
50
49
os : windows-latest
51
50
- kind : gradle
52
51
jre : 17
53
52
os : windows-latest
54
53
# npm on linux only (crazy slow on windows)
55
54
- kind : npm
56
- jre : 11
55
+ jre : 17
57
56
os : ubuntu-latest
58
57
- kind : shfmt
59
- jre : 11
58
+ jre : 17
60
59
os : ubuntu-latest
61
60
shfmt-version : v3.8.0
62
61
- kind : idea
63
- jre : 11
62
+ jre : 17
64
63
os : ubuntu-latest
65
64
runs-on : ${{ matrix.os }}
66
65
steps :
Original file line number Diff line number Diff line change 38
38
ORG_GRADLE_PROJECT_gpg_key64 : ${{ secrets.GPG_KEY64 }}
39
39
steps :
40
40
- uses : actions/checkout@v4
41
- - name : jdk 11
42
- uses : actions/setup-java@v4
41
+ - uses : actions/setup-java@v4
43
42
with :
44
- java-version : 17
43
+ java-version : 21
45
44
distribution : ' temurin'
46
45
- name : gradle caching
47
46
uses : gradle/actions/setup-gradle@v4
You can’t perform that action at this time.
0 commit comments