Skip to content

Commit 5273f49

Browse files
committed
Upgrade PHPUnit
1 parent 1dd5a38 commit 5273f49

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
if: steps.composer-cache.outputs.cache-hit != 'true'
4242
run: |
4343
composer config version 1.9.0
44-
${{ matrix.php >= 7.2 && matrix.php < 8 && matrix.setup == 'lowest' && 'composer require --no-update "phpunit/phpunit:^5.7.27||^6.5.14||^7.5.20" --no-interaction;' || '' }}
4544
${{ matrix.php >= 8 && 'composer require --no-update phpunit/phpunit:^8.5.14 --no-interaction;' || '' }}
4645
composer update --prefer-dist ${{ matrix.setup != 'next' && format('--prefer-{0}', matrix.setup) || '' }} --no-progress ${{ matrix.php >= 8.1 && '--ignore-platform-req=php' || '' }} --no-interaction
4746

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"nodejs-php-fallback/less": "^1.0.5",
3434
"nodejs-php-fallback/stylus": "^1.0.4",
3535
"nodejs-php-fallback/uglify": "^1.0.4",
36-
"phpunit/phpunit": "^7.5.20 || ^8.5.41 || ^9.6.22",
36+
"phpunit/phpunit": "^7.5.20 || ^8.5.52 || ^9.6.34",
3737
"phpunit/php-code-coverage": "^6.1.4 || ^7.0.17 || ^9.2.32",
3838
"phpunit/php-invoker": "^1.1.4 || ^3.1.1",
3939
"pug-php/pug": "^3.4.1",
4040
"pug-php/pug-filter-coffee-script": "^1.3.1",
41-
"squizlabs/php_codesniffer": "^3.7.2"
41+
"squizlabs/php_codesniffer": "^3.13.5"
4242
},
4343
"replace": {
4444
"phug/ast": "self.version",

0 commit comments

Comments
 (0)