Skip to content

Commit 31fa4d1

Browse files
committed
Support Laravel 8
1 parent db10ac7 commit 31fa4d1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: [7.2, 7.3, 7.4]
17-
laravel: [^6.0, ^7.0]
17+
laravel: [^6.0, ^7.0, ^8.0]
1818
phpunit: [^7.5, ^8.0, ^9.0]
1919
exclude:
2020
- php: 7.2
2121
phpunit: ^9.0
22+
- php: 7.2
23+
laravel: ^8.0
2224

2325
name: P${{ matrix.php }} - L${{ matrix.laravel }} - U${{ matrix.phpunit }}
2426

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"ext-zip": "*",
1616
"php-webdriver/webdriver": "^1.8.1",
1717
"nesbot/carbon": "^2.0",
18-
"illuminate/console": "^6.0|^7.0",
19-
"illuminate/support": "^6.0|^7.0",
18+
"illuminate/console": "^6.0|^7.0|^8.0",
19+
"illuminate/support": "^6.0|^7.0|^8.0",
2020
"symfony/console": "^4.3|^5.0",
2121
"symfony/finder": "^4.3|^5.0",
2222
"symfony/process": "^4.3|^5.0",

0 commit comments

Comments
 (0)