Skip to content

Commit

Permalink
Merge pull request #15 from elbgoods/mstaack-patch-1
Browse files Browse the repository at this point in the history
L8
  • Loading branch information
mstaack authored Oct 8, 2020
2 parents 3c42e6f + bd97f41 commit 636b0b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [7.4]
laravel: [7.*, 6.*]
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
Expand Down Expand Up @@ -63,4 +65,4 @@ jobs:
run: vendor/bin/php-stan-test

- name: php-mn-test
run: vendor/bin/php-mn-test ./src
run: vendor/bin/php-mn-test ./src
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"php": "^7.4",
"ext-json": "*",
"astrotomic/laravel-guzzle": "^2.1",
"illuminate/cache": "^6.0 || ^7.0",
"illuminate/support": "^6.0 || ^7.0"
"illuminate/cache": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.3",
"orchestra/testbench": "^4.0 || ^5.0",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^8.0 || ^9.0"
},
"config": {
Expand Down

0 comments on commit 636b0b7

Please sign in to comment.