Skip to content

Commit 318e534

Browse files
authored
Merge pull request #44 from laravel-notification-channels/php8
Run tests on PHP 8
2 parents bb7bca0 + d0479cf commit 318e534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [7.2, 7.3, 7.4]
13+
php: [7.2, 7.3, 7.4, 8.0]
1414
stability: [prefer-lowest, prefer-stable]
1515

1616
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}

0 commit comments

Comments
 (0)