Skip to content

Commit cbea5d8

Browse files
committed
Fix CI: fixed error with java version
1 parent 1e5f43a commit cbea5d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Set up JDK
1515
uses: actions/setup-java@v4
1616
with:
17-
java-version: '21'
17+
java-version: '25'
1818
distribution: 'temurin'
1919

2020
- name: Build with Maven
21-
run: mvn clean test
21+
run: mvn clean javafx:run

0 commit comments

Comments
 (0)