Skip to content

Commit 0a72874

Browse files
committed
Revert "Update CI (#714)"
This reverts commit e963bf5.
1 parent 96d06de commit 0a72874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
fetch-depth: 0
2727
persist-credentials: false
2828

29-
- name: Set up JDK 17
29+
- name: Set up JDK 11
3030
uses: actions/setup-java@v4
3131
with:
3232
distribution: 'zulu'
33-
java-version: '17'
33+
java-version: '11'
3434

3535
- name: Setup Gradle
3636
uses: gradle/gradle-build-action@v2

0 commit comments

Comments
 (0)