Skip to content

Commit c6c16cf

Browse files
authored
Don't test against Symfony Cache 8 (#7142)
| Q | A |------------- | ----------- | Type | bug | Fixed issues | N/A #### Summary Symfony Cache 8 conflicts with DBAL 3. This change makes sure, our CI is green when run against the 3.10.x branch. I'm going to revert the change when merging up to 4.x.
1 parent 03be6b8 commit c6c16cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
- name: "Lower minimum stability"
246246
run: |
247247
composer config minimum-stability dev
248-
composer require --no-update --dev symfony/console:^8 symfony/cache:^8
248+
composer require --no-update --dev symfony/console:^8
249249
250250
- name: "Install development dependencies with Composer"
251251
uses: "ramsey/composer-install@v3"

0 commit comments

Comments
 (0)