From 97e0d6505ce6376a9f6eb1373715ad7f89898c55 Mon Sep 17 00:00:00 2001 From: Andrey Sokolov Date: Wed, 9 Aug 2023 12:43:15 +0400 Subject: [PATCH] chore: change CI JDK --- .github/workflows/pull-request-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-test.yml b/.github/workflows/pull-request-test.yml index cf0289dd..5eff6372 100644 --- a/.github/workflows/pull-request-test.yml +++ b/.github/workflows/pull-request-test.yml @@ -10,7 +10,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '11' - distribution: 'temurin' + distribution: 'zulu' - uses: actions/checkout@v3 - name: Build run: ./gradlew build