Skip to content

Commit e94e95f

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration.yml

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

236236
steps:
237237
- name: "Checkout"
238238
uses: "actions/checkout@v4"
239239

240+
- name: "Force Symfony 8"
241+
run: "composer require --no-update --dev symfony/console:^8 symfony/cache:^8"
242+
240243
- name: "Install PHP"
241244
uses: "shivammathur/setup-php@v2"
242245
with:

0 commit comments

Comments
 (0)