We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b04c2f commit 25809a4Copy full SHA for 25809a4
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up JDK
14
uses: actions/setup-java@v4
15
with:
16
- java-version: '17'
+ java-version: '24'
17
distribution: 'temurin'
18
- name: Build and Test
19
run: mvn test # or ./gradlew test
0 commit comments