Skip to content

Commit 1f3b6e4

Browse files
authored
Remove "minimal" dependency setting (#6999)
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | N/A #### Summary This seems to be a leftover from a 3.x merge-up. We don't use doctrine/cache anymore in the 4.x branches.
1 parent 67d96cd commit 1f3b6e4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/phpunit-sqlite.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v4
2626

27-
- name: Remove optional dependencies
28-
run: composer remove --no-update --dev doctrine/cache
29-
if: ${{ matrix.dependency-versions == 'minimal' }}
30-
3127
- name: Install PHP
3228
uses: shivammathur/setup-php@v2
3329
with:

0 commit comments

Comments
 (0)