Skip to content

Commit d835812

Browse files
committed
ci: updated github actions workflow to use jdk 17
1 parent 432bf7b commit d835812

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-java@v3
2323
with:
24-
java-version: "8"
25-
distribution: "adopt"
24+
java-version: "17"
25+
distribution: "temurin"
2626
- uses: gradle/gradle-build-action@v2
2727
- run: java -version
2828
- run: chmod +x gradlew

0 commit comments

Comments
 (0)