Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Jan 16, 2024
1 parent a59ab29 commit a5cd77e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install Magento
id: install-magento
run: |
composer create-project magento/community-edition=2.4.6 magento --no-dev
composer create-project magento/community-edition=2.4.5 magento --no-dev
cd magento
composer config minimum-stability dev
composer config prefer-stable true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install Magento
id: install-magento
run: |
composer create-project magento/community-edition=2.4.6 magento --no-dev
composer create-project magento/community-edition=2.4.5 magento --no-dev
cd magento
composer config minimum-stability dev
composer config prefer-stable true
Expand Down

0 comments on commit a5cd77e

Please sign in to comment.