This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit e267eabb1383426e7866e4720db4bebc83605fed
Author: Lukasz Lenart <[email protected]>
AuthorDate: Thu Oct 13 07:24:36 2022 +0200

    Drops support for Java 8
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a05d2ba..ef75e8b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '8', '11', '17' ]
+        java: [ '11', '17' ]
     steps:
       - name: Checkout code
         uses: actions/[email protected]

Reply via email to