Skip to content

Commit

Permalink
PHP 8.2 upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Apr 12, 2024
1 parent 3e616c1 commit 5103c28
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/extdn-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand All @@ -34,9 +34,9 @@ jobs:
COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }}
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
- uses: extdn/github-actions-m2/magento-integration-tests/8.2@master
env:
MAGENTO_VERSION: '2.4.3-p1'
MAGENTO_VERSION: '2.4.6'
COMPOSER_VERSION: '2'
with:
magento_pre_install_script: .github/workflows/extdn-integration-tests-pre-install-m24.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/extdn-phpstan-pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ composer config minimum-stability dev
composer config prefer-stable false

composer require yireo/magento2-integration-test-helper:~0.0.1 --no-update
composer require yireo/magento2-replace-bundled:^4.0 --no-update
composer require yireo/magento2-replace-inventory:^4.0 --no-update
#composer require yireo/magento2-replace-bundled:^4.0 --no-update
#composer require yireo/magento2-replace-inventory:^4.0 --no-update
2 changes: 1 addition & 1 deletion .github/workflows/extdn-static-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-coding-standard@master
- uses: extdn/github-actions-m2/magento-coding-standard/8.2@master
4 changes: 2 additions & 2 deletions .github/workflows/extdn-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }}
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-unit-tests/7.4@master
- uses: extdn/github-actions-m2/magento-unit-tests/8.2@master
env:
COMPOSER_VERSION: '2'
MAGENTO_VERSION: '2.4.3-p1'
MAGENTO_VERSION: '2.4.6'
with:
magento_pre_install_script: .github/workflows/extdn-unit-tests-pre-install-m24.sh

0 comments on commit 5103c28

Please sign in to comment.