Skip to content

Commit e8f30a3

Browse files
authored
Update phpunit.yml
1 parent 5092a7c commit e8f30a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
os: [ubuntu-latest]
13-
php: [7.4]
13+
php: [7.4, 8.0]
1414
laravel: [8.*, 7.*]
1515
dependency-version: [prefer-lowest, prefer-stable]
1616
include:
@@ -45,4 +45,4 @@ jobs:
4545
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
4646
4747
- name: Execute test suite
48-
run: ./vendor/bin/phpunit
48+
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)