Skip to content

Commit 6aa049c

Browse files
committed
Run the dev deps workflow against Symfony 8
1 parent 76e4a88 commit 6aa049c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
strategy:
232232
matrix:
233233
php-version:
234-
- "7.4"
234+
- "8.4"
235235

236236
steps:
237237
- name: "Checkout"
@@ -245,7 +245,9 @@ jobs:
245245
fail-fast: true
246246

247247
- name: "Lower minimum stability"
248-
run: "composer config minimum-stability dev"
248+
run: |
249+
composer config minimum-stability dev
250+
composer require --no-update --dev symfony/console:^8 symfony/cache:^8
249251
250252
- name: "Install development dependencies with Composer"
251253
uses: "ramsey/composer-install@v3"

0 commit comments

Comments
 (0)