Skip to content

Commit

Permalink
Add mage-os 1.0.0 to build and config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Oct 10, 2023
1 parent 97ff08d commit f7406cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/magento_platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# git-repository: https://github.com/magento/magento2.git
# git-branch: 2.4-develop

- magento-version: mage-os-2.4.5-p1
- magento-version: mage-os-1.0.0
operating-system: ubuntu-latest
php-version: '8.1'
mysql-version: '8.0'
Expand All @@ -60,7 +60,16 @@ jobs:
use-git-repository: false
git-repository: ""

- magento-version: mage-os-2.4.3-p1
- magento-version: mage-os-magento-mirror-2.4.5-p1
operating-system: ubuntu-latest
php-version: '8.1'
mysql-version: '8.0'
elasticsearch-version: '7.9.0'
composer-version: '2.2.17'
use-git-repository: false
git-repository: ""

- magento-version: mage-os-magento-mirror-2.4.3-p1
operating-system: ubuntu-latest
php-version: '7.4'
mysql-version: '8.0'
Expand Down
21 changes: 13 additions & 8 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,42 +354,47 @@ commands:

N98\Magento\Command\Installer\InstallCommand:
magento-packages:
- name: mage-os-2.4.5-p1
- name: mage-os-1.0.0
package: mage-os/project-community-edition
version: 1.0.0
options:
repository-url: https://repo.mage-os.org
- name: mage-os-magento-mirror-2.4.5-p1
package: magento/project-community-edition
version: 2.4.5-p1
options:
repository-url: https://mirror.mage-os.org
- name: mage-os-2.4.5
- name: mage-os-magento-mirror-2.4.5
package: magento/project-community-edition
version: 2.4.5
options:
repository-url: https://mirror.mage-os.org
- name: mage-os-2.4.4-p2
- name: mage-os-magento-mirror-2.4.4-p2
package: magento/project-community-edition
version: 2.4.4-p2
options:
repository-url: https://mirror.mage-os.org
- name: mage-os-2.4.4-p1
- name: mage-os-magento-mirror-2.4.4-p1
package: magento/project-community-edition
version: 2.4.4-p1
options:
repository-url: https://mirror.mage-os.org
- name: mage-os-2.4.4
- name: mage-os-magento-mirror-2.4.4
package: magento/project-community-edition
version: 2.4.4
options:
repository-url: https://mirror.mage-os.org
- name: mage-os-2.4.3-p1
- name: mage-os-magento-mirror-2.4.3-p1
package: magento/project-community-edition
version: 2.4.3-p1
options:
repository-url: https://mirror.mage-os.org
- name: mage-os-2.4.3-p2
- name: mage-os-magento-mirror-2.4.3-p2
package: magento/project-community-edition
version: 2.4.3-p2
options:
repository-url: https://mirror.mage-os.org
- name: mage-os-2.4.3-p3
- name: mage-os-magento-mirror-2.4.3-p3
package: magento/project-community-edition
version: 2.4.3-p3
options:
Expand Down

0 comments on commit f7406cd

Please sign in to comment.