This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit fece281bb7055f10f4c611cdb8e002c6c50f8cb3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 18 06:41:27 2022 +0100 Deploy with JDK 11 --- .github/workflows/asf-snapshots-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml index 41c6952..08d5e52 100644 --- a/.github/workflows/asf-snapshots-deploy.yml +++ b/.github/workflows/asf-snapshots-deploy.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '1.8' ] + java: [ '11' ] steps: - uses: actions/checkout@v2 with: