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-examples.git
commit afa99feacad3e9e94787005662cf4a4c8162c15e Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jan 18 13:40:47 2023 +0100 Move GH Action to JDK 17 Signed-off-by: Andrea Cosentino <[email protected]> --- .github/workflows/master-pr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml index db71f25a..0cfba001 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: [ '11' ] + java: [ '17' ] steps: - uses: actions/checkout@v2 - name: Set up JDK ${{ matrix.java }}
