File tree Expand file tree Collapse file tree 5 files changed +22
-18
lines changed Expand file tree Collapse file tree 5 files changed +22
-18
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
3
3
jobs :
4
4
build-project :
5
5
docker :
6
- - image : cimg/openjdk:11 .0.16
6
+ - image : cimg/openjdk:21 .0.2
7
7
8
8
steps :
9
9
- checkout
15
15
16
16
execute-sonar :
17
17
docker :
18
- - image : sonarqube:9.0 -community
18
+ - image : sonarqube:9.9 -community
19
19
working_directory : ~/repo
20
20
21
21
environment :
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
jobs :
10
- mvn-install-java-11 :
10
+ mvn-install-java-17 :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
14
- - name : Set up JDK 11
15
- uses : actions/setup-java@v1
13
+ - uses : actions/checkout@v4
14
+ - name : Set up JDK 17
15
+ uses : actions/setup-java@v4
16
16
with :
17
- java-version : 11
17
+ java-version : 17
18
+ distribution : ' temurin'
18
19
- name : install
19
20
run : " ./.ci/ci.sh install"
20
21
21
22
integration-tests :
22
23
runs-on : ubuntu-latest
23
24
steps :
24
- - uses : actions/checkout@v2
25
- - name : Set up JDK 11
26
- uses : actions/setup-java@v1
25
+ - uses : actions/checkout@v4
26
+ - name : Set up JDK 17
27
+ uses : actions/setup-java@v4
27
28
with :
28
- java-version : 11
29
+ java-version : 17
30
+ distribution : ' temurin'
29
31
- name : run integration tests
30
32
run : " ./.ci/ci.sh integration-tests"
31
33
32
34
nondex :
33
35
runs-on : ubuntu-latest
34
36
steps :
35
- - uses : actions/checkout@v2
36
- - name : Set up JDK 11
37
- uses : actions/setup-java@v1
37
+ - uses : actions/checkout@v4
38
+ - name : Set up JDK 17
39
+ uses : actions/setup-java@v4
38
40
with :
39
- java-version : 11
41
+ java-version : 17
42
+ distribution : ' temurin'
40
43
- name : install
41
44
run : " ./.ci/ci.sh nondex"
42
45
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ install:
27
27
matrix :
28
28
fast_finish : true
29
29
include :
30
- - jdk : openjdk11
30
+ - jdk : openjdk21
31
31
env : CMD="./.ci/ci.sh install"
32
32
33
33
script :
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ Compatibility matrix from checkstyle team:
21
21
22
22
| Checkstyle Plugin | Sonar min | Sonar max | Checkstyle | Jdk |
23
23
| -------------------| -----------| -----------| ------------| -----|
24
- | 10.12.5 | 9.0 | 10.0+ | 10.12.5 | 11 |
24
+ | 10.13.0 | 9.9 | 10.0+ | 10.13.0 | 11 |
25
+ | 10.12.5 | 9.9 | 10.0+ | 10.12.5 | 11 |
25
26
| 10.12.3 | 9.0 | 10.0+ | 10.12.3 | 11 |
26
27
| 10.12.1 | 9.0 | 10.0+ | 10.12.1 | 11 |
27
28
| 10.12.0 | 9.0 | 10.0+ | 10.12.0 | 11 |
Original file line number Diff line number Diff line change 93
93
</ciManagement >
94
94
95
95
<properties >
96
- <checkstyle .version>10.12.5 </checkstyle .version>
96
+ <checkstyle .version>10.13.0 </checkstyle .version>
97
97
<sonar .version>8.9.0.43852</sonar .version>
98
98
<sonar-java .version>7.2.0.26923</sonar-java .version>
99
99
<maven .sevntu.checkstyle.plugin.version>1.44.1</maven .sevntu.checkstyle.plugin.version>
You can’t perform that action at this time.
0 commit comments