Skip to content

Commit 2cd5d2d

Browse files
shadowhandcebe
authored andcommitted
Use new PHPUnit with PHP 8.1
1 parent 8e592f7 commit 2cd5d2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/php.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ jobs:
6565
tools: composer:v2
6666

6767
- name: Require specific symfony/yaml version
68-
run: "composer require symfony/yaml:'${{ matrix.symfony-yaml }}' --prefer-dist --no-interaction --ansi --no-install"
68+
run: "composer require symfony/yaml:'${{ matrix.symfony-yaml }}' --no-interaction --ansi --no-install"
69+
70+
- name: Require newer phpunit/phpunit version
71+
run: "composer require phpunit/phpunit '^9.5' --dev --no-interaction --ansi --no-install"
72+
if: matrix.php == '8.1'
6973

7074
- name: "Install dependencies with Composer"
7175
uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)