Skip to content

Commit 54997e7

Browse files
author
Ledmington
committed
Updated github actions workflow
1 parent 41b99fa commit 54997e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: Set up JDK 21
17+
- name: Set up JDK 25
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: '21'
20+
java-version: '25'
2121
distribution: 'temurin'
2222

2323
- name: Setup Gradle

0 commit comments

Comments
 (0)