File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 - uses : actions/checkout@v2
1919 - uses : browser-actions/setup-firefox@v1
2020
21- - name : Set up JDK 19
21+ - name : Set up JDK 21
2222 uses : actions/setup-java@v1
2323 with :
24- java-version : 19
24+ java-version : 21
2525
2626 - name : Build with Maven
2727 run : mvn -B verify --file pom.xml
Original file line number Diff line number Diff line change 2626 <properties >
2727 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2828 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
29- <java .version>17 </java .version>
29+ <java .version>21 </java .version>
3030 <maven .compiler.source>${java.version} </maven .compiler.source>
3131 <maven .compiler.target>${java.version} </maven .compiler.target>
3232
You can’t perform that action at this time.
0 commit comments