Skip to content

Commit

Permalink
Merge branch 'chore/php-8' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Dec 1, 2020
2 parents 5db49c8 + bf2fbcb commit dcfd120
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 7.3]
laravel: [^8.0]
php: [8.0, 7.4, 7.3]
laravel: [^8.12]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Cascading deletes for Eloquent models that implement soft deletes",
"type": "utility",
"require": {
"php": "^7.3",
"illuminate/database": "^8.0",
"illuminate/events": "^8.0"
"php": "^7.3|^8.0",
"illuminate/database": "^8.12",
"illuminate/events": "^8.12"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
testdox="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
>
<coverage>
Expand Down

0 comments on commit dcfd120

Please sign in to comment.