This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
uses : actions/setup-java@v3
25
25
with :
26
26
distribution : ' temurin'
27
- java-version : 8
27
+ java-version : 17
28
28
- name : Cache Gradle
29
29
uses : actions/cache@v3
30
30
env :
31
- java-version : 8
31
+ java-version : 17
32
32
with :
33
33
path : |
34
34
~/.gradle/caches
@@ -52,11 +52,11 @@ jobs:
52
52
uses : actions/setup-java@v3
53
53
with :
54
54
distribution : ' temurin'
55
- java-version : 8
55
+ java-version : 17
56
56
- name : Cache Gradle
57
57
uses : actions/cache@v3
58
58
env :
59
- java-version : 8
59
+ java-version : 17
60
60
with :
61
61
path : |
62
62
~/.gradle/caches
@@ -81,11 +81,11 @@ jobs:
81
81
- uses : actions/checkout@v3
82
82
with :
83
83
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
84
- - name : Set up JDK 11
84
+ - name : Set up JDK 17
85
85
uses : actions/setup-java@v3
86
86
with :
87
87
distribution : ' temurin'
88
- java-version : 11
88
+ java-version : 17
89
89
- name : Cache SonarCloud packages
90
90
uses : actions/cache@v3
91
91
with :
Original file line number Diff line number Diff line change 33
33
fail-fast : false
34
34
matrix :
35
35
os : [ ubuntu-latest, macos-latest, windows-latest ]
36
- java : [ 8, 11, 17 ]
36
+ java : [ 17, 19 ]
37
37
needs : [ validation, commitlint ]
38
38
runs-on : ${{ matrix.os }}
39
39
steps :
@@ -81,12 +81,12 @@ jobs:
81
81
if : env.SONAR_TOKEN != null
82
82
with :
83
83
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
84
- - name : Set up JDK 11
84
+ - name : Set up JDK 17
85
85
if : env.SONAR_TOKEN != null
86
86
uses : actions/setup-java@v3
87
87
with :
88
88
distribution : ' temurin'
89
- java-version : 11
89
+ java-version : 17
90
90
- name : Cache SonarCloud packages
91
91
if : env.SONAR_TOKEN != null
92
92
uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
uses : actions/setup-java@v3
21
21
with :
22
22
distribution : ' temurin'
23
- java-version : 8
23
+ java-version : 17
24
24
- name : Cache Gradle
25
25
uses : actions/cache@v3
26
26
env :
27
- java-version : 8
27
+ java-version : 17
28
28
with :
29
29
path : |
30
30
~/.gradle/caches
@@ -48,11 +48,11 @@ jobs:
48
48
uses : actions/setup-java@v3
49
49
with :
50
50
distribution : ' temurin'
51
- java-version : 8
51
+ java-version : 17
52
52
- name : Cache Gradle
53
53
uses : actions/cache@v3
54
54
env :
55
- java-version : 8
55
+ java-version : 17
56
56
with :
57
57
path : |
58
58
~/.gradle/caches
You can’t perform that action at this time.
0 commit comments