We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c25e34 commit 1b659b6Copy full SHA for 1b659b6
.github/workflows/ci.yml
@@ -14,10 +14,10 @@ jobs:
14
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
15
steps:
16
- uses: actions/checkout@v2
17
- - name: Set up JDK 17
+ - name: Set up JDK 25
18
uses: actions/setup-java@v2
19
with:
20
- java-version: '17'
+ java-version: '25'
21
distribution: 'temurin'
22
- name: Build with Maven
23
run: ./mvnw --batch-mode clean verify
0 commit comments