Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 636b0b7

Browse files
authored
Merge pull request #15 from elbgoods/mstaack-patch-1
L8
2 parents 3c42e6f + bd97f41 commit 636b0b7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [7.4]
13-
laravel: [7.*, 6.*]
13+
laravel: [8.*, 7.*, 6.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16+
- laravel: 8.*
17+
testbench: 6.*
1618
- laravel: 7.*
1719
testbench: 5.*
1820
- laravel: 6.*
@@ -63,4 +65,4 @@ jobs:
6365
run: vendor/bin/php-stan-test
6466

6567
- name: php-mn-test
66-
run: vendor/bin/php-mn-test ./src
68+
run: vendor/bin/php-mn-test ./src

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"php": "^7.4",
2222
"ext-json": "*",
2323
"astrotomic/laravel-guzzle": "^2.1",
24-
"illuminate/cache": "^6.0 || ^7.0",
25-
"illuminate/support": "^6.0 || ^7.0"
24+
"illuminate/cache": "^6.0 || ^7.0 || ^8.0",
25+
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
2626
},
2727
"require-dev": {
2828
"bamarni/composer-bin-plugin": "^1.3",
29-
"orchestra/testbench": "^4.0 || ^5.0",
29+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
3030
"phpunit/phpunit": "^8.0 || ^9.0"
3131
},
3232
"config": {

0 commit comments

Comments
 (0)