Skip to content

Commit

Permalink
Adding 2.4.6-p2 to gitlab action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mGGk-fr authored and cmuench committed Sep 5, 2023
1 parent e1c0692 commit c131fcb
Showing 1 changed file with 30 additions and 20 deletions.
50 changes: 30 additions & 20 deletions .github/workflows/magento_platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ name: Magento Platform Tests
on:
push:
branches:
- 'master'
- 'develop'
- 'bugfix/*'
- 'feature/*'
- 'release/*'
- "master"
- "develop"
- "bugfix/*"
- "feature/*"
- "release/*"
pull_request_target:
branches:
- 'master'
- 'develop'
- "master"
- "develop"

jobs:
phpunit:
Expand All @@ -39,7 +39,7 @@ jobs:
elasticsearch-version: 7.9.0
composer-version: 2.2.17
use-git-repository: false
git-repository: ''
git-repository: ""

- magento-version: mage-os-2.4.3-p1
operating-system: ubuntu-latest
Expand All @@ -48,7 +48,17 @@ jobs:
elasticsearch-version: 7.9.0
composer-version: 2.2.17
use-git-repository: false
git-repository: ''
git-repository: ""

- magento-version: magento-ce-2.4.6-p2
operating-system: ubuntu-latest
php-version: 8.1
mysql-version: 8.0
elasticsearch-version: 7.16.0
composer-version: 2.2.17
use-git-repository: false
git-repository: ""
git-branch: ""

- magento-version: magento-ce-2.4.5-p1
operating-system: ubuntu-latest
Expand All @@ -57,8 +67,8 @@ jobs:
elasticsearch-version: 7.16.0
composer-version: 2.2.17
use-git-repository: false
git-repository: ''
git-branch: ''
git-repository: ""
git-branch: ""

- magento-version: magento-ce-2.4.4-p2
operating-system: ubuntu-latest
Expand All @@ -67,8 +77,8 @@ jobs:
elasticsearch-version: 7.16.0
composer-version: 2.2.17
use-git-repository: false
git-repository: ''
git-branch: ''
git-repository: ""
git-branch: ""

- magento-version: magento-ce-2.4.3-p2
operating-system: ubuntu-latest
Expand All @@ -77,8 +87,8 @@ jobs:
elasticsearch-version: 7.9.0
composer-version: 2.2.17
use-git-repository: false
git-repository: ''
git-branch: ''
git-repository: ""
git-branch: ""

- magento-version: magento-ce-2.4.2-p1
operating-system: ubuntu-latest
Expand All @@ -87,8 +97,8 @@ jobs:
elasticsearch-version: 7.9.0
composer-version: 2.2.17
use-git-repository: false
git-repository: ''
git-branch: ''
git-repository: ""
git-branch: ""

- magento-version: magento-ce-2.4.2
operating-system: ubuntu-latest
Expand All @@ -97,8 +107,8 @@ jobs:
elasticsearch-version: 7.9.0
composer-version: 2.2.17
use-git-repository: false
git-repository: ''
git-branch: ''
git-repository: ""
git-branch: ""

services:
elaticsearch:
Expand Down Expand Up @@ -250,7 +260,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
tools: composer:2
php-version: '7.4'
php-version: "7.4"
if: matrix.magento_version == false

- name: Build phar file
Expand Down

0 comments on commit c131fcb

Please sign in to comment.