Skip to content

Commit d197df5

Browse files
author
Mikalai Alimenkou
committed
Migrated github actions on Java 24
1 parent 585013d commit d197df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- name: Git checkout
1919
uses: actions/checkout@v3
20-
- name: Set up JDK 21 with Maven
20+
- name: Set up JDK 24 with Maven
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: '21'
23+
java-version: '24'
2424
distribution: 'temurin'
2525
cache: maven
2626
- name: Build with Maven

0 commit comments

Comments
 (0)