This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new de27acc67 NUTCH-3133 Upgrade GitHub workflows to JDK 17
de27acc67 is described below
commit de27acc676674a742707d59f75761b5e36dafeef
Author: Sebastian Nagel <[email protected]>
AuthorDate: Thu Dec 11 18:28:20 2025 +0100
NUTCH-3133 Upgrade GitHub workflows to JDK 17
---
.github/workflows/master-build.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/master-build.yml
b/.github/workflows/master-build.yml
index f7265e5b5..aa9219d28 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/workflows/master-build.yml
@@ -24,7 +24,7 @@ jobs:
javadoc:
strategy:
matrix:
- java: ['11']
+ java: ['17']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -39,7 +39,7 @@ jobs:
rat:
strategy:
matrix:
- java: ['11']
+ java: ['17']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -62,7 +62,7 @@ jobs:
tests:
strategy:
matrix:
- java: ['11']
+ java: ['17']
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30