We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f742d82 commit 64cb3bbCopy full SHA for 64cb3bb
1 file changed
.github/workflows/maven.yml
@@ -20,11 +20,11 @@ jobs:
20
# Checkout the repository
21
- uses: actions/checkout@v4
22
23
- # Set up JDK 21
24
- - name: Set up JDK 21
+ # Set up JDK 24
+ - name: Set up JDK 24
25
uses: actions/setup-java@v4
26
with:
27
- java-version: '21'
+ java-version: '24'
28
distribution: 'temurin'
29
cache: maven
30
cache-dependency-path: pom.xml
0 commit comments