File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 lfs : true
1515 - name : Checkout LFS objects
1616 run : git lfs checkout
17- - uses : actions/setup-java@v3
17+ - uses : actions/setup-java@v4
1818 with :
1919 distribution : temurin
20- java-version : 8
20+ java-version : 17
2121 - uses : actions/cache@v3
2222 with :
2323 path : ~/.m2/repository
@@ -42,10 +42,10 @@ jobs:
4242 lfs : true
4343 - name : Checkout LFS objects
4444 run : git lfs checkout
45- - uses : actions/setup-java@v3
45+ - uses : actions/setup-java@v4
4646 with :
4747 distribution : temurin
48- java-version : 8
48+ java-version : 17
4949 - uses : actions/cache@v3
5050 with :
5151 path : ~/.m2/repository
6161 run : |
6262 Xvfb -ac :99 -screen 0 1920x1080x16 &
6363 mvn verify -Dtest.includes="**/integration/*Test.java"
64+
You can’t perform that action at this time.
0 commit comments