Skip to content

Commit

Permalink
Add Magento 2.4.2 (see #713)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Feb 12, 2021
1 parent 5adaafa commit 0d821b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
strategy:
matrix:
include:
- magento-version: magento-ce-2.4.2
operating-system: ubuntu-latest
php-version: 7.4
mysql-version: 8.0
elsticsearch-version: 7.9.0

- magento-version: magento-ce-2.4.1
operating-system: ubuntu-latest
php-version: 7.4
Expand Down
9 changes: 8 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,16 @@ commands:

N98\Magento\Command\Installer\InstallCommand:
magento-packages:
- name: magento-ce-2.4.2
package: magento/project-community-edition
version: 2.4.2
options:
prefer-dist: true
stability: alpha
repository-url: https://repo.magento.com
- name: magento-ce-2.4.1
package: magento/project-community-edition
version: 2.4.1
version: 2.4.1-p1
options:
prefer-dist: true
stability: alpha
Expand Down

0 comments on commit 0d821b7

Please sign in to comment.