Skip to content

Commit ab74cae

Browse files
authored
ci: test against Java v24, not v25
1 parent a03a414 commit ab74cae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
max-parallel: 1
1717
matrix:
18-
java: [ 17, 21, 25 ]
18+
java: [ 17, 21, 24 ]
1919

2020
steps:
2121
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)