You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/22 06:31:52 UTC

[camel] branch main updated: Dropping Java 8: Moving GH action to 11 by default

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 1db2007  Dropping Java 8: Moving GH action to 11 by default
1db2007 is described below

commit 1db2007bf08a0f55b0e94fe7c1f634974d16870f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 22 07:31:23 2021 +0100

    Dropping Java 8: Moving GH action to 11 by default
---
 .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 5d00ad4..23e9f49 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' ]
+        java: [ '11' ]
     steps:
     - uses: actions/checkout@v2
       with: