Skip to content

Commit fc64b99

Browse files
committed
Set build target to Java 25
1 parent fce8b8c commit fc64b99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: JDK21 Build and Test
1+
name: JDK25 Build and Test
22

33
on: [ push, pull_request ]
44

@@ -16,10 +16,10 @@ jobs:
1616
uses: zcong1993/setup-timezone@f28e5fb1ca95077c81b67be53bcd1923de2175ed
1717
with:
1818
timezone: Europe/London
19-
- name: Set up JDK 21
19+
- name: Set up JDK 25
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: 21
22+
java-version: 25
2323
distribution: zulu
2424
# Step that does that actual cache save and restore
2525
- uses: actions/cache@v4.2.2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32-
<javalang.version>21</javalang.version>
32+
<javalang.version>25</javalang.version>
3333
<slf4j.version>2.0.13</slf4j.version>
3434
<junit.version>4.13.2</junit.version>
3535
<httpclient.version>4.5.14</httpclient.version>

0 commit comments

Comments
 (0)