Revert java image. Disable some failing test for now.

This commit is contained in:
김선우
2025-01-18 09:52:42 +09:00
parent 6542fefd83
commit ab23e20732
2 changed files with 3 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '8'
- name: Run Java tests