Skip to content

Commit

Permalink
@releng - updated versions after release + fixed circle ci (#1013)
Browse files Browse the repository at this point in the history
* updated versions after release
* fixing circle ci build issues
  • Loading branch information
LSantha authored Jul 24, 2024
1 parent 5695650 commit f3f0dd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
codecov: codecov/codecov@1.1.1
browser-tools: circleci/browser-tools@1.4.4
browser-tools: circleci/browser-tools@1.4.8

common:
restore_cache: &restore_cache
Expand Down Expand Up @@ -40,8 +40,7 @@ common:
selenium_test_steps: &selenium_test_steps
steps:
- checkout
- browser-tools/install-browser-tools:
chrome-version: 116.0.5845.96 # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- browser-tools/install-browser-tools
- *restore_cache
- attach_workspace:
at: /home/circleci/build
Expand Down Expand Up @@ -140,8 +139,7 @@ jobs:
- image: cimg/node:16.17.1-browsers
steps:
- checkout
- browser-tools/install-browser-tools:
chrome-version: 116.0.5845.96 # TODO: remove until: https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- browser-tools/install-browser-tools
- run:
name: Provision
command: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The latest version of the AEM CIF Core Components, require the below minimum sys

| CIF Core Components | AEM as a Cloud Service | AEM 6.5 | AEM Commerce Add-On | Adobe Commerce | Java |
|---------------------| ---------------------- | ------- | ------------------- | -------------- | ----- |
| 2.12.6 | Continual | 6.5.8 | v2022.08.02.00 | 2.4.2 ee | 8, 11 |
| 2.14.0 | Continual | 6.5.8 | v2022.08.02.00 | 2.4.2 ee | 8, 11 |

For a list of requirements for previous versions, see [Historical System Requirements](VERSIONS.md).

Expand Down
3 changes: 3 additions & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ See below for a full list of minimum system requirements for historical versions

| CIF Core Components | AEM as a Cloud Service | AEM 6.4 | AEM 6.5 | AEM Commerce Add-On | Magento | Java |
|---------------------| ---------------------- | ------- | ------- | ------------------- | -------------------------- | ----- |
| 2.14.0 | Continual | - | 6.5.8 | v2022.08.02.00 | 2.4.2 ee | 8, 11 |
| 2.13.2 | Continual | - | 6.5.8 | v2022.08.02.00 | 2.4.2 ee | 8, 11 |
| 2.13.0 | Continual | - | 6.5.8 | v2022.08.02.00 | 2.4.2 ee | 8, 11 |
| 2.12.6 | Continual | - | 6.5.8 | v2022.08.02.00 | 2.4.2 ee | 8, 11 |
| 2.12.4 | Continual | - | 6.5.8 | v2022.08.02.00 | 2.4.2 ee | 8, 11 |
| 2.12.2 | Continual | - | 6.5.8 | v2022.08.02.00 | 2.4.2 ee | 8, 11 |
Expand Down

0 comments on commit f3f0dd5

Please sign in to comment.