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 b2176d8  Drop Java 8: Moving GH actions to 11 by default
b2176d8 is described below

commit b2176d8120c119c8a408634c815d8f3a5f35f392
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Dec 22 07:30:31 2021 +0100

    Drop Java 8: Moving GH actions to 11 by default
---
 .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 6525de8..1008139 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:

Reply via email to