Skip to content

Commit 62a236e

Browse files
committed
test
1 parent 81301c6 commit 62a236e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,8 @@ jobs:
905905
name: PHPUnit (PHP ${{ matrix.php }}) (Symfony lowest)
906906
runs-on: ubuntu-latest
907907
timeout-minutes: 20
908+
env:
909+
SYMFONY_PHPUNIT_VERSION: '9.5'
908910
strategy:
909911
matrix:
910912
php:

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
"doctrine/persistence": "<1.3",
107107
"symfony/var-exporter": "<6.1.1",
108108
"sebastian/comparator": ">=5.0",
109-
"phpunit/phpunit": "<9.5",
110109
"phpspec/prophecy": "<1.15",
111110
"elasticsearch/elasticsearch": ">=8.0,<8.4"
112111
},

0 commit comments

Comments
 (0)