Skip to content

Commit

Permalink
ci: patch lowest conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Dec 13, 2023
1 parent 0f540bb commit c68c1fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/patch/lowest.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/composer.json b/composer.json
index cce778ca2..99d6f81c1 100644
--- a/composer.json
+++ b/composer.json
@@ -107,6 +107,7 @@
"symfony/var-exporter": "<6.1.1",
"sebastian/comparator": ">=5.0",
"phpspec/prophecy": "<1.15",
+ "phpunit/phpunit": "<9.5",
"elasticsearch/elasticsearch": ">=8.0,<8.4"
},
"suggest": {
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,8 @@ jobs:
restore-keys: ${{ runner.os }}-composer-
- name: Remove cache
run: rm -Rf tests/Fixtures/app/var/cache/*
- name: Add phpunit conflict
run: git apply .github/patch/lowest.patch
- name: Update project dependencies
run: composer update --prefer-lowest --no-interaction --no-progress --ansi
- name: Install PHPUnit
Expand Down

0 comments on commit c68c1fd

Please sign in to comment.