Skip to content

Commit ddc40b9

Browse files
Update phpunit.yml
1 parent ef7dd7c commit ddc40b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "8.2", "8.3" ]
12+
php: [ "8.2", "8.3", "8.4" ]
1313
symfony: [ "6.0", "7.0" ]
1414

1515
name: PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} ${{ matrix.prefer }}
@@ -29,7 +29,10 @@ jobs:
2929
run: |
3030
composer require --no-interaction \
3131
symfony/console:^${{ matrix.symfony }} \
32-
symfony/var-dumper:^${{ matrix.symfony }} \
32+
symfony/var-dumper:^${{ matrix.symfony }}
33+
34+
- name: Update PHPUnit Configuration
35+
run: vendor/bin/phpunit --migrate-configuration
3336

3437
- name: Execute tests
3538
run: sudo vendor/bin/phpunit

0 commit comments

Comments
 (0)