Skip to content

Commit 1c2894c

Browse files
committed
Downgrade CI JDK to version 21
1 parent 0ee0e8c commit 1c2894c

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
@@ -14,10 +14,10 @@ jobs:
1414
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up JDK 25
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v2
1919
with:
20-
java-version: '25'
20+
java-version: '21'
2121
distribution: 'temurin'
2222
- name: Build with Maven
2323
run: ./mvnw --batch-mode clean verify

0 commit comments

Comments
 (0)