Skip to content

Commit 880c59f

Browse files
committed
Use PHP v8.4 for PHPStan and PHP_CodeSniffer tests
1 parent 2d18489 commit 880c59f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: extdn/github-actions-m2/magento-coding-standard/8.1@master
20+
- uses: extdn/github-actions-m2/magento-coding-standard/8.4@master

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: extdn/github-actions-m2/magento-phpstan/8.1@master
20+
- uses: extdn/github-actions-m2/magento-phpstan/8.4@master
2121
with:
2222
composer_name: ethanyehuda/magento2-cronjobmanager

0 commit comments

Comments
 (0)