Skip to content

Commit 5649126

Browse files
committed
Run the dev deps workflow against Symfony 8
1 parent 5c37eec commit 5649126

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
@@ -226,7 +226,7 @@ jobs:
226226
strategy:
227227
matrix:
228228
php-version:
229-
- "7.4"
229+
- "8.4"
230230

231231
steps:
232232
- name: "Checkout"
@@ -240,7 +240,9 @@ jobs:
240240
fail-fast: true
241241

242242
- name: "Lower minimum stability"
243-
run: "composer config minimum-stability dev"
243+
run: |
244+
composer config minimum-stability dev
245+
composer require --no-update --dev symfony/console:^8 symfony/cache:^8
244246
245247
- name: "Install development dependencies with Composer"
246248
uses: "ramsey/composer-install@v3"

0 commit comments

Comments
 (0)