Skip to content

Commit

Permalink
Core Components release 2.26.0 (#1219)
Browse files Browse the repository at this point in the history
* Core Components release 2.26.0
* Remove Java 8 support

---------

Co-authored-by: Egor_Cheptsov <egor.cheptsov@digitalum.eu>
Co-authored-by: Vlad <vlad@bailescu.ro>
  • Loading branch information
3 people committed Sep 5, 2024
1 parent 157ee2e commit ab49798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<aio.runtime.namespace>${env.AIO_RUNTIME_NAMESPACE}</aio.runtime.namespace>
<aio.runtime.auth>${env.AIO_RUNTIME_AUTH}</aio.runtime.auth>
#end
<core.wcm.components.version>2.25.4</core.wcm.components.version>
<core.wcm.components.version>2.26.0</core.wcm.components.version>
#if ( $includeCif == "y" )
<core.cif.components.version>2.14.0</core.cif.components.version>
<magento.graphql.version>9.1.0-magento242ee</magento.graphql.version>
Expand Down

0 comments on commit ab49798

Please sign in to comment.