Skip to content

Commit

Permalink
reduced tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bcismariu committed Sep 29, 2020
1 parent 4e0ee4f commit 464e14b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.1, 7.2, 7.3, 7.4]
php: [7.3]
laravel: [5.8.*]
dependency-version: [prefer-lowest, prefer-stable]
dependency-version: [prefer-stable]
include:
- laravel: 5.8.*
testbench: 3.8.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"opis/closure": "^3.1",
"illuminate/support": "5.8.*",
"illuminate/contracts": "5.8.*",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"guzzlehttp/guzzle": "^6.3",
"imemento/sdk-auth": "~5.8.0"
},
"require-dev": {
Expand Down

0 comments on commit 464e14b

Please sign in to comment.