Skip to content

Commit 6fee0bf

Browse files
Merge branch 'gahlawat/main' into chore/php-8
2 parents 5db49c8 + bd56503 commit 6fee0bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [7.4, 7.3]
16-
laravel: [^8.0]
15+
php: [8.0, 7.4, 7.3]
16+
laravel: [^8.12]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
1919

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cascading deletes for Eloquent models that implement soft deletes",
44
"type": "utility",
55
"require": {
6-
"php": "^7.3",
6+
"php": "^7.3|^8.0",
77
"illuminate/database": "^8.0",
88
"illuminate/events": "^8.0"
99
},

0 commit comments

Comments
 (0)