Skip to content

Commit 0f3ed09

Browse files
committed
Bump PHp Unit
1 parent 5d1bddb commit 0f3ed09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
8787

8888
- name: Update PHPUnit
89-
run: composer require --dev phpunit/phpunit ^9.3.9 --no-update
89+
run: composer require --dev phpunit/phpunit ^9.5 --no-update
9090
if: matrix.php == '8.0' && matrix.dependencies == 'lowest'
9191

9292
# These dependencies are not used running the tests but can cause deprecation warnings so we remove them before running the tests

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"phpstan/phpstan": "1.12.5",
3737
"phpstan/phpstan-phpunit": "1.4.0",
3838
"phpstan/phpstan-symfony": "1.4.10",
39-
"phpunit/phpunit": "^8.5.14||^9.3.9",
39+
"phpunit/phpunit": "^8.5|^9.6",
4040
"symfony/browser-kit": "^4.4.20||^5.0.11||^6.0||^7.0",
4141
"symfony/cache": "^4.4.20||^5.0.11||^6.0||^7.0",
4242
"symfony/dom-crawler": "^4.4.20||^5.0.11||^6.0||^7.0",

0 commit comments

Comments
 (0)