Skip to content

Commit b4a8da3

Browse files
authored
Test againsts Laravel 7 (botman#1191)
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 1045fe2 commit b4a8da3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/laravel-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
php: [7.2]
52-
laravel: [6.x, 5.8, 5.7, 5.6, 5.5]
52+
laravel: [7.x, 6.x, 5.8, 5.7, 5.6, 5.5]
5353

5454
name: PHP${{ matrix.php }} with Laravel ${{ matrix.laravel }}
5555

@@ -86,7 +86,7 @@ jobs:
8686
fail-fast: false
8787
matrix:
8888
php: [7.3]
89-
laravel: [6.x, 5.8, 5.7, 5.5]
89+
laravel: [7.x, 6.x, 5.8, 5.7, 5.5]
9090

9191
name: PHP${{ matrix.php }} with Laravel ${{ matrix.laravel }}
9292

@@ -122,7 +122,7 @@ jobs:
122122
fail-fast: false
123123
matrix:
124124
php: [7.4]
125-
laravel: [6.x, 5.8]
125+
laravel: [7.x, 6.x, 5.8]
126126

127127
name: PHP${{ matrix.php }} with Laravel ${{ matrix.laravel }}
128128

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=7.1",
1919
"symfony/http-foundation": "^2.8 || ^3.0 || ^4.0 || ^5.0",
20-
"tightenco/collect": "~5.0 || ~6.0 || ~7.0",
20+
"tightenco/collect": "^5.0 || ^6.0 || ^7.0",
2121
"opis/closure": "^2.3 || ^3.0",
2222
"mpociot/pipeline": "^1.0.2",
2323
"react/socket": "~1.0",
@@ -26,11 +26,11 @@
2626
},
2727
"require-dev": {
2828
"codeigniter/framework": "~3.0",
29-
"orchestra/testbench": "^3.4 || ^4.0",
29+
"orchestra/testbench": "^3.4 || ^4.0 || ^5.0",
3030
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",
3131
"mockery/mockery": "^1.1",
3232
"doctrine/cache": "^1.6",
33-
"symfony/cache": "^3.1",
33+
"symfony/cache": "^3.1 || ^4.0 || ^5.0",
3434
"ext-curl": "*"
3535
},
3636
"suggest": {

0 commit comments

Comments
 (0)