Skip to content

Commit

Permalink
Tests fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekabs Aizpurvs committed Aug 27, 2024
1 parent ccf00a7 commit 32ae092
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on: push
jobs:
build:
strategy:
fail-fast: false
max-parallel: 2
# This Matrix will run the tests on PHP 7.0, 7.1 and 7.2 and on Magento 2.2.11 and 2.3.5-p1.
# Magento 2.3.5-p1 requires PHP 7.1 and higher, so PHP 7.0 is disabled for this version.
# Magento 2.2.11 supports PHP up to version 7.1, so PHP 7.2 is disabled for this version.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on: push
jobs:
build:
strategy:
fail-fast: false
max-parallel: 2
# This Matrix will run the tests on PHP 7.0, 7.1 and 7.2 and on Magento 2.2.11 and 2.3.5-p1.
# Magento 2.3.5-p1 requires PHP 7.1 and higher, so PHP 7.0 is disabled for this version.
# Magento 2.2.11 supports PHP up to version 7.1, so PHP 7.2 is disabled for this version.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on: push
jobs:
build:
strategy:
fail-fast: false
max-parallel: 2
# This Matrix will run the tests on PHP 7.0, 7.1 and 7.2 and on Magento 2.2.11 and 2.3.5-p1.
# Magento 2.3.5-p1 requires PHP 7.1 and higher, so PHP 7.0 is disabled for this version.
# Magento 2.2.11 supports PHP up to version 7.1, so PHP 7.2 is disabled for this version.
Expand Down

0 comments on commit 32ae092

Please sign in to comment.