From b36d1f4933f067f4eec14a998516ebe164857079 Mon Sep 17 00:00:00 2001 From: Egor_Cheptsov Date: Wed, 4 Sep 2024 19:09:43 +0200 Subject: [PATCH 1/2] core components release 2.26.0 --- src/main/archetype/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/archetype/pom.xml b/src/main/archetype/pom.xml index c8fc90098..099c1d72f 100644 --- a/src/main/archetype/pom.xml +++ b/src/main/archetype/pom.xml @@ -74,7 +74,7 @@ ${env.AIO_RUNTIME_NAMESPACE} ${env.AIO_RUNTIME_AUTH} #end - 2.25.4 + 2.26.0 #if ( $includeCif == "y" ) 2.14.0 9.1.0-magento242ee From 052914d7b005790d1f1ce1649084af333160e00d Mon Sep 17 00:00:00 2001 From: Vlad Date: Thu, 5 Sep 2024 14:54:12 +0300 Subject: [PATCH 2/2] Remove Java 8 support --- .github/workflows/maven-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-test.yml b/.github/workflows/maven-test.yml index 024b0a018..24724a1ba 100644 --- a/.github/workflows/maven-test.yml +++ b/.github/workflows/maven-test.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: os: [ ubuntu-20.04, macos-latest, windows-latest ] - java: [8, 11] + java: [11] steps: - name: Configure git with longpath enabled (for windows)