File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/composer.json b/composer.json
2
+ index cce778ca2..99d6f81c1 100644
3
+ --- a/composer.json
4
+ +++ b/composer.json
5
+ @@ -107,6 +107,7 @@
6
+ "symfony/var-exporter": "<6.1.1",
7
+ "sebastian/comparator": ">=5.0",
8
+ "phpspec/prophecy": "<1.15",
9
+ + "phpunit/phpunit": "<9.5",
10
+ "elasticsearch/elasticsearch": ">=8.0,<8.4"
11
+ },
12
+ "suggest": {
Original file line number Diff line number Diff line change @@ -941,6 +941,8 @@ jobs:
941
941
restore-keys : ${{ runner.os }}-composer-
942
942
- name : Remove cache
943
943
run : rm -Rf tests/Fixtures/app/var/cache/*
944
+ - name : Add phpunit conflict
945
+ run : git apply .github/patch/lowest.patch
944
946
- name : Update project dependencies
945
947
run : composer update --prefer-lowest --no-interaction --no-progress --ansi
946
948
- name : Install PHPUnit
You can’t perform that action at this time.
0 commit comments