Skip to content

Commit

Permalink
Use new PHPUnit with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand authored and cebe committed Apr 20, 2022
1 parent 8e592f7 commit 2cd5d2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ jobs:
tools: composer:v2

- name: Require specific symfony/yaml version
run: "composer require symfony/yaml:'${{ matrix.symfony-yaml }}' --prefer-dist --no-interaction --ansi --no-install"
run: "composer require symfony/yaml:'${{ matrix.symfony-yaml }}' --no-interaction --ansi --no-install"

- name: Require newer phpunit/phpunit version
run: "composer require phpunit/phpunit '^9.5' --dev --no-interaction --ansi --no-install"
if: matrix.php == '8.1'

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
Expand Down

0 comments on commit 2cd5d2d

Please sign in to comment.