diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ant-build-pull-request.yaml | 4 | ||||
| -rw-r--r-- | .github/workflows/ant-build.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ant-build-pull-request.yaml b/.github/workflows/ant-build-pull-request.yaml index 4c4441449..52a050c8a 100644 --- a/.github/workflows/ant-build-pull-request.yaml +++ b/.github/workflows/ant-build-pull-request.yaml @@ -8,10 +8,10 @@ jobs: if: github.repository == 'yacy/yacy_search_server' steps: - uses: actions/checkout@master - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' - name: Build with ant run: ant clean all dist diff --git a/.github/workflows/ant-build.yaml b/.github/workflows/ant-build.yaml index d76843506..10488dc4f 100644 --- a/.github/workflows/ant-build.yaml +++ b/.github/workflows/ant-build.yaml @@ -18,10 +18,10 @@ jobs: with: fetch-depth: 0 # Required for git version info in build - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' - name: Install build dependencies |
