This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit f5a8ad0e6322cceb480de5b8d7cf05feeabe9698 Author: Peter Palaga <[email protected]> AuthorDate: Thu Mar 25 23:32:08 2021 +0100 Stop CI testing on Java 8 #2287 --- .github/workflows/ci-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 01300cb..58f3056 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -236,7 +236,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '8' , '11', '15' ] + java: [ '11', '15' ] env: MAVEN_OPTS: -Xmx3000m steps: @@ -328,7 +328,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '8' , '11', '15' ] + java: [ '11', '15' ] steps: - name: Setup apache-snapshots profile if: github.ref == 'refs/heads/camel-master' || github.base_ref == 'camel-master'
