File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
steps :
33
33
- uses : actions/checkout@v2
34
34
35
- - name : Set up JDK 1.8
35
+ - name : Set up JDK 11
36
36
uses : actions/setup-java@v2
37
37
with :
38
- java-version : ' 8 '
38
+ java-version : ' 11 '
39
39
distribution : ' adopt'
40
40
cache : maven
41
41
Original file line number Diff line number Diff line change 25
25
mavenPomFile : ' pom.xml'
26
26
mavenOptions : ' -Xmx3072m'
27
27
javaHomeOption : ' JDKVersion'
28
- jdkVersionOption : ' 1.8 '
28
+ jdkVersionOption : ' 11 '
29
29
jdkArchitectureOption : ' x64'
30
30
publishJUnitResults : true
31
31
testResultsFiles : ' **/surefire-reports/TEST-*.xml'
50
50
mavenPomFile : ' pom.xml'
51
51
mavenOptions : ' -Xmx3072m'
52
52
javaHomeOption : ' JDKVersion'
53
- jdkVersionOption : ' 1.8 '
53
+ jdkVersionOption : ' 11 '
54
54
jdkArchitectureOption : ' x64'
55
55
publishJUnitResults : true
56
56
testResultsFiles : ' **/surefire-reports/TEST-*.xml'
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >com.github.aquality-automation</groupId >
35
35
<artifactId >aquality-selenium</artifactId >
36
- <version >4.1.4</version >
37
- </dependency >
38
-
39
- <dependency >
40
- <groupId >com.google.guava</groupId >
41
- <artifactId >guava</artifactId >
42
- <version >32.1.2-jre</version >
36
+ <version >4.4.0</version >
43
37
</dependency >
44
38
45
39
<dependency >
89
83
<artifactId >maven-compiler-plugin</artifactId >
90
84
<version >3.12.1</version >
91
85
<configuration >
92
- <source >1.8 </source >
93
- <target >1.8 </target >
86
+ <source >11 </source >
87
+ <target >11 </target >
94
88
</configuration >
95
89
</plugin >
96
90
You can’t perform that action at this time.
0 commit comments