Skip to content

Commit 5db63b9

Browse files
committed
Use JDK 17 on actions
1 parent 2bc3382 commit 5db63b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- name: Set up JDK 1.8
13+
- name: Set up JDK
1414
uses: actions/setup-java@v1
1515
with:
16-
java-version: 1.8
16+
java-version: 17
1717

1818
- name: chmod -R 777 *
1919
run: chmod -R 777 *
@@ -39,10 +39,10 @@ jobs:
3939
- name: Checkout submodules
4040
run: git submodule update --init --recursive
4141

42-
- name: Set up JDK 1.8
42+
- name: Set up JDK
4343
uses: actions/setup-java@v1
4444
with:
45-
java-version: 1.8
45+
java-version: 17
4646

4747
- name: chmod -R 777 *
4848
run: chmod -R 777 *

0 commit comments

Comments
 (0)