Skip to content

Commit 63ffb1f

Browse files
committed
Upgrade to Java 25
1 parent 5337307 commit 63ffb1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
- name: Check out repo
99
uses: actions/checkout@v5
1010

11-
- name: Set up JDK 24
11+
- name: Set up JDK 25
1212
uses: actions/setup-java@v5
1313
with:
1414
distribution: temurin
15-
java-version: 24
15+
java-version: 25
1616
cache: maven
1717

1818
- name: Build with Maven

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>0.1.0-SNAPSHOT</version>
99

1010
<properties>
11-
<java.version>24</java.version>
11+
<java.version>25</java.version>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<project.resources.sourceEncoding>UTF-8</project.resources.sourceEncoding>
1414
<jenetics.version>8.3.0</jenetics.version>

0 commit comments

Comments
 (0)