Skip to content

Commit

Permalink
[Tools] CI/CD Add back 2.4.2-p2 as experimental env.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbayet committed Jan 29, 2025
1 parent 6d64013 commit 8736199
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/02-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
fail-fast: false
matrix:
include:
- php-versions: '7.4'
magento-versions: '2.4.2-p2'
magento-editions: 'enterprise'
experimental: true
- php-versions: '7.4'
magento-versions: '2.4.3-p3'
magento-editions: 'enterprise'
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/20-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
fail-fast: false
matrix:
include:
- php-versions: '7.4'
magento-versions: '2.4.2-p2'
magento-editions: 'community'
experimental: true
- php-versions: '7.4'
magento-versions: '2.4.2-p2'
magento-editions: 'enterprise'
experimental: true
- php-versions: '7.4'
magento-versions: '2.4.3-p3'
magento-editions: 'community'
Expand Down

0 comments on commit 8736199

Please sign in to comment.