Skip to content

Commit f086b63

Browse files
committed
php-unit-tests.yml // add container-version for PHP 8.4
1 parent 0900396 commit f086b63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/php-unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
composer: '--ignore-platform-req=php'
4040
- php: '8.4'
4141
dependency-versions: ['highest']
42+
container-version: [ '^2' ]
4243

4344
steps:
4445
- name: Checkout
@@ -57,7 +58,7 @@ jobs:
5758

5859
- name: Setup dependencies for PSR-11 target version
5960
run: |
60-
composer remove inpsyde/php-coding-standards --dev --no-update
61+
composer remove syde/phpcs --dev --no-update
6162
composer require "psr/container:${{ matrix.container-version }}" --no-update
6263
composer config --no-plugins allow-plugins.roots/wordpress-core-installer false
6364

0 commit comments

Comments
 (0)