This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new 69bb713 Drop Java 8 69bb713 is described below commit 69bb713c7ba3ba22d8ecd9e90f63b6f2d2374c5d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Dec 24 14:54:50 2021 +0100 Drop Java 8 --- .github/workflows/master-pr-build.yml | 2 +- .github/workflows/master-push-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml index e19db0f..dfe1a2a 100644 --- a/.github/workflows/master-pr-build.yml +++ b/.github/workflows/master-pr-build.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '1.8', '11' ] + java: [ '11' ] steps: - uses: actions/checkout@v2 - name: Set up JDK ${{ matrix.java }} diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml index e70b467..8bf39e0 100644 --- a/.github/workflows/master-push-build.yml +++ b/.github/workflows/master-push-build.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '1.8', '11' ] + java: [ '11' ] steps: - uses: actions/checkout@v2 - name: Set up JDK ${{ matrix.java }}