Skip to content

Commit

Permalink
Remove test with Laravel 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn committed Nov 18, 2020
1 parent 7184b02 commit 51d5403
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Easy integrate [Logz.io](https://logz.io) into PHP and [Laravel](https://laravel
## Requirements

* php >=7.1.3
* Laravel 5.6+ (when using with Laravel)
* Laravel 6.0+ (when using with Laravel)

> Laravel 6.0+ required php 7.2+
> We tested with Laravel 6.0+ and php 7.2+ . But it can working with Laravel 5.6+ and php >= 7.1.3
## Installation

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
strategy:
matrix:
php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"psr/log": "^1.1"
},
"require-dev": {
"illuminate/contracts": "^5.6|^6.0|^7.0|^8.0",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.6|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
"illuminate/contracts": "^6.20|^7.29|^8.12",
"illuminate/support": "^6.20|^7.29|^8.12",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"scripts": {
"test": [
Expand Down

0 comments on commit 51d5403

Please sign in to comment.