File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Filter options
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Original file line number Diff line number Diff line change @@ -11,16 +11,17 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
include :
14
- - { name: "default" }
15
- - { name: "over TCP", dockerHost: "tcp://127.0.0.1:2375" }
16
- - { name: "Docker 18.06.3", dockerVersion: "18.06.3~ce~3-0~ubuntu" }
14
+ - { name: "default", javaVersion: 8 }
15
+ - { name: "default", javaVersion: 17 }
16
+ - { name: "over TCP", dockerHost: "tcp://127.0.0.1:2375", javaVersion: 8 }
17
+ - { name: "Docker 18.06.3", dockerVersion: "18.06.3~ce~3-0~ubuntu", javaVersion: 8 }
17
18
18
19
steps :
19
20
- uses : actions/checkout@v2
20
- - name : Set up JDK 8
21
+ - name : Set up JDK
21
22
uses : actions/setup-java@v1
22
23
with :
23
- java-version : 8
24
+ java-version : ${{matrix.javaVersion}}
24
25
- name : Configure Docker
25
26
env :
26
27
DOCKER_VERSION : ${{matrix.dockerVersion}}
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >org.projectlombok</groupId >
40
40
<artifactId >lombok</artifactId >
41
- <version >1.18.18 </version >
41
+ <version >1.18.22 </version >
42
42
<scope >provided</scope >
43
43
</dependency >
44
44
Original file line number Diff line number Diff line change 137
137
<dependency >
138
138
<groupId >org.projectlombok</groupId >
139
139
<artifactId >lombok</artifactId >
140
- <version >1.18.18 </version >
140
+ <version >1.18.22 </version >
141
141
<scope >provided</scope >
142
142
</dependency >
143
143
</dependencies >
Original file line number Diff line number Diff line change 236
236
<!-- use with "mvn -DskipTests clean verify" -->
237
237
<groupId >com.github.siom79.japicmp</groupId >
238
238
<artifactId >japicmp-maven-plugin</artifactId >
239
- <version >0.14.3 </version >
239
+ <version >0.15.4 </version >
240
240
<configuration >
241
241
<oldVersion >
242
242
<dependency >
You can’t perform that action at this time.
0 commit comments