Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit fb7be5b

Browse files
authored
Update ci.yml
1 parent c4c48e5 commit fb7be5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK ${{ matrix.java }}
2525
uses: actions/setup-java@v1
2626
with:
27-
java-version: 11
27+
java-version: 17
2828
- name: Cache maven packages
2929
uses: actions/cache@v2
3030
with:
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up JDK ${{ matrix.java }}
4646
uses: actions/setup-java@v1
4747
with:
48-
java-version: 11
48+
java-version: 17
4949
- name: Cache maven packages
5050
uses: actions/cache@v2
5151
with:
@@ -89,7 +89,7 @@ jobs:
8989
- name: Set up JDK ${{ matrix.java }}
9090
uses: actions/setup-java@v1
9191
with:
92-
java-version: 11
92+
java-version: 17
9393
- name: Cache maven packages
9494
uses: actions/cache@v2
9595
with:
@@ -106,7 +106,7 @@ jobs:
106106
strategy:
107107
matrix:
108108
os: [ubuntu-latest, windows-latest, macos-latest]
109-
java: [11]
109+
java: [17]
110110

111111
steps:
112112
- uses: actions/checkout@v2
@@ -160,7 +160,7 @@ jobs:
160160
- name: Set up JDK ${{ matrix.java }}
161161
uses: actions/setup-java@v1
162162
with:
163-
java-version: 11
163+
java-version: 17
164164
- name: Cache maven packages
165165
uses: actions/cache@v2
166166
with:

0 commit comments

Comments
 (0)