Skip to content

Commit f9432ba

Browse files
Upgrade Java version to 17 in CI workflow
Updated Java version and actions in CI workflow.
1 parent b1e8fbf commit f9432ba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -61,3 +61,4 @@ jobs:
6161
run: |
6262
Xvfb -ac :99 -screen 0 1920x1080x16 &
6363
mvn verify -Dtest.includes="**/integration/*Test.java"
64+

0 commit comments

Comments
 (0)