Skip to content

Commit f6de12b

Browse files
committed
Fix Github check workflow.
1 parent ba47461 commit f6de12b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/check.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
15-
- name: Setup JDK 1.8
16-
uses: actions/setup-java@v1
14+
- uses: actions/checkout@v4
15+
- name: Setup Java
16+
uses: actions/setup-java@v4
1717
with:
18-
java-version: 1.8
18+
java-version: 21
19+
distribution: 'temurin'
1920
- name: Build
20-
run: ./gradlew build
21+
run: ./gradlew check

0 commit comments

Comments
 (0)