Skip to content

Commit 8debb3b

Browse files
authored
Merge branch 'main' into add_check-php-configuration
2 parents d9e88d7 + 5507f45 commit 8debb3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: composer require --dev php-coveralls/php-coveralls --no-update
122122

123123
- if: matrix.install-phpunit-12
124-
run: composer require --dev phpunit/phpunit:^12.0.2 --no-update
124+
run: composer require --dev phpunit/phpunit:^12.3.4 --no-update
125125

126126
- run: composer update --no-progress --classmap-authoritative ${{ matrix.composer-flags }}
127127

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"friendsofphp/php-cs-fixer": "^3.86"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.6.22 || 10.5.45 || ^11.5.7"
19+
"phpunit/phpunit": "^9.6.24 || ^10.5.51 || ^11.5.32"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)