Skip to content

Commit 1046bca

Browse files
authored
feat(laravel-8): add support for Laravel 8
1 parent d558bf9 commit 1046bca

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [7.1, 7.2, 7.3, 7.4]
15-
laravel: [5.8.*, ^6.0, ^7.0]
15+
laravel: [5.8.*, ^6.0, ^7.0, ^8.0]
1616
exclude:
1717
- php: 7.1
1818
laravel: ^6.0
1919
- php: 7.1
2020
laravel: ^7.0
21+
- php: 7.1
22+
laravel: ^8.0
23+
- php: 7.2
24+
laravel: ^8.0
2125

2226
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2327

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
},
2626
"require": {
2727
"php": "^7.1.3",
28-
"craftsys/msg91-php": "^0.8.1",
29-
"illuminate/support": "^5.2|^6.0|^7.0"
28+
"craftsys/msg91-php": "^0.9",
29+
"illuminate/support": "^5.2|^6.0|^7.0|^8.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "~3.8|^4.0|^5.0",
32+
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0",
3333
"phpunit/phpunit": "^5.3|^6.0|^7.0|^8.0"
3434
},
3535
"config": {

0 commit comments

Comments
 (0)