Skip to content

Commit da5b1c6

Browse files
Update phpunit.yml
1 parent 3f55633 commit da5b1c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/phpunit.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "8.0", "8.1" ]
12+
php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
1313

1414
name: PHP ${{ matrix.php }}
1515

@@ -27,5 +27,8 @@ jobs:
2727
- name: Install dependencies
2828
run: composer update --prefer-stable --prefer-dist --no-progress --no-interaction
2929

30+
- name: Update PHPUnit Configuration
31+
run: vendor/bin/phpunit --migrate-configuration
32+
3033
- name: Execute tests
3134
run: sudo vendor/bin/phpunit

0 commit comments

Comments
 (0)