Skip to content

Commit

Permalink
chore: configure ICM 7.10 LTS for compatibility checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shauke committed Jan 8, 2024
1 parent 6ad9aa4 commit 9423f19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo-server-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
#
# 2. Change these variables for your configuration:
env:
ICM_BASE_URL: https://review.icm.intershop.de
ICM_BASE_URL: https://demo-7-10-lts.test.intershop.com

jobs:
CancelPrevious:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
NODE_VERSION: 18.16.0
ICM_BASE_URL: https://review.icm.intershop.de
ICM_BASE_URL: https://demo-7-10-lts.test.intershop.com

jobs:
CancelPrevious:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
NODE_VERSION: 18.16.0
NODE_OPTIONS: --max_old_space_size=10240
ICM_BASE_URL: https://review.icm.intershop.de
ICM_BASE_URL: https://demo-7-10-lts.test.intershop.com

jobs:
CancelPrevious:
Expand Down

0 comments on commit 9423f19

Please sign in to comment.