Skip to content

Commit 5aeca62

Browse files
authored
TIKA-4496 - bump workflow from jdk23 to jdk25 (#2341)
1 parent 5fde7d5 commit 5aeca62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
name: main jdk23 build
18+
name: main jdk25 build
1919

2020
on:
2121
push:
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
java: [ '23' ]
29+
java: [ '25' ]
3030

3131
steps:
3232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)