Skip to content

Commit

Permalink
Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bcismariu committed Sep 29, 2020
1 parent 464e14b commit e0cb419
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3]
php: [7.2, 7.3]
laravel: [5.8.*]
dependency-version: [prefer-stable]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 5.8.*
testbench: 3.8.*
- laravel: ^6.0
testbench: ^4.0

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"opis/closure": "^3.1",
"illuminate/support": "5.8.*",
"illuminate/contracts": "5.8.*",
"illuminate/support": "^6.0",
"illuminate/contracts": "^6.0",
"guzzlehttp/guzzle": "^6.3",
"imemento/sdk-auth": "~5.8.0"
"imemento/sdk-auth": "~6.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "3.8.*"
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e0cb419

Please sign in to comment.