Commit 21153f7 1 parent f2e5a41 commit 21153f7 Copy full SHA for 21153f7
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- java : [11, 17]
14
+ java : [17]
15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- name : Set up JDK
@@ -34,12 +34,12 @@ jobs:
34
34
needs : build
35
35
steps :
36
36
- uses : actions/checkout@v3
37
- - name : Set up JDK 11
37
+ - name : Set up JDK 17
38
38
uses : actions/setup-java@v3
39
39
with :
40
40
check-latest : true
41
41
distribution : temurin
42
- java-version : 11
42
+ java-version : 17
43
43
server-id : ossrh-snapshots
44
44
server-username : MAVEN_USERNAME
45
45
server-password : MAVEN_PASSWORD
Original file line number Diff line number Diff line change 62
62
63
63
<properties >
64
64
<javadoc .basepath>pathfinder</javadoc .basepath>
65
- <maven .compiler.source>11 </maven .compiler.source>
66
- <maven .compiler.target>11 </maven .compiler.target>
65
+ <maven .compiler.source>17 </maven .compiler.source>
66
+ <maven .compiler.target>17 </maven .compiler.target>
67
67
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
68
68
69
69
<version .assertj-core>3.24.2</version .assertj-core>
You can’t perform that action at this time.
0 commit comments