Skip to content

Commit e976fd4

Browse files
committed
Update test matrix to use java 25 instead of 24
25 is released, and is a supported release, so we'll test with it instead of 24 (a dev release).
1 parent 501d764 commit e976fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
java-version: ["11", "17", "21", "24"]
19+
java-version: ["11", "17", "21", "25"]
2020
steps:
2121
- uses: actions/setup-java@v1
2222
with:
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
java-version: ["11", "17", "21", "24"]
49+
java-version: ["11", "17", "21", "25"]
5050
steps:
5151
- uses: actions/setup-java@v1
5252
with:

0 commit comments

Comments
 (0)