Skip to content

Commit

Permalink
Test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekabs Aizpurvs committed Aug 27, 2024
1 parent cef2448 commit ccf00a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
# Magento 2.2.11 supports PHP up to version 7.1, so PHP 7.2 is disabled for this version.
matrix:
include:
# - PHP_VERSION: php73-fpm
# MAGENTO_VERSION: 2.3.7
# - PHP_VERSION: php74-fpm
# MAGENTO_VERSION: 2.4.3-p1
- PHP_VERSION: php73-fpm
MAGENTO_VERSION: 2.3.7
- PHP_VERSION: php74-fpm
MAGENTO_VERSION: 2.4.3-p1
- PHP_VERSION: php81-fpm
MAGENTO_VERSION: 2.4.5-p1
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
# Magento 2.2.11 supports PHP up to version 7.1, so PHP 7.2 is disabled for this version.
matrix:
include:
# - PHP_VERSION: php73-fpm
# MAGENTO_VERSION: 2.3.6
# - PHP_VERSION: php74-fpm
# MAGENTO_VERSION: 2.4.3-p1
- PHP_VERSION: php73-fpm
MAGENTO_VERSION: 2.3.6
- PHP_VERSION: php74-fpm
MAGENTO_VERSION: 2.4.3-p1
- PHP_VERSION: php81-fpm
MAGENTO_VERSION: 2.4.5-p1
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
# Magento 2.2.11 supports PHP up to version 7.1, so PHP 7.2 is disabled for this version.
matrix:
include:
# - PHP_VERSION: php73-fpm
# MAGENTO_VERSION: 2.3.7
# - PHP_VERSION: php74-fpm
# MAGENTO_VERSION: 2.4.3-p1
- PHP_VERSION: php73-fpm
MAGENTO_VERSION: 2.3.7
- PHP_VERSION: php74-fpm
MAGENTO_VERSION: 2.4.3-p1
- PHP_VERSION: php81-fpm
MAGENTO_VERSION: 2.4.5-p1
runs-on: ubuntu-latest
Expand Down

0 comments on commit ccf00a7

Please sign in to comment.