diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da38ef8..2164276 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: - uses: actions/checkout@v2 - - name: Set up JDK 25 + - name: Set up JDK 21 uses: actions/setup-java@v2 with: - java-version: '25' + java-version: '21' distribution: 'temurin' - name: Build with Maven run: ./mvnw --batch-mode clean verify