Skip to content

Commit

Permalink
Improve and try to fix nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm committed Apr 2, 2023
1 parent 835ae87 commit eb34879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -90,6 +90,7 @@ jobs:
run: |
composer require -W ${{ env.COMPOSER_OPTIONS }} ${{ matrix.composer-flag }} \
phpunit/phpunit:^${{ matrix.phpunit-version }} \
phpunit/php-code-coverage:^${{ matrix.phpunit-version }} \
&& composer update ${{ matrix.composer-flag }} \
&& make build
Expand Down Expand Up @@ -235,6 +236,7 @@ jobs:
composer config minimum-stability dev \
&& composer require -W ${{ env.COMPOSER_OPTIONS }} \
phpunit/phpunit:^${{ matrix.phpunit-version }} \
phpunit/php-code-coverage:^${{ matrix.phpunit-version }} \
&& composer update \
&& make build
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^8.0",
"phpunit/phpunit": "^9.0",
"phpunit/php-code-coverage": "^9.2.4"
"phpunit/php-code-coverage": "^9.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
Expand Down

0 comments on commit eb34879

Please sign in to comment.