Skip to content

Commit 5d61783

Browse files
Added Laravel 6.5 to Travis-CI unit tests
1 parent 4dc74f8 commit 5d61783

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323
- LARAVEL_VERSION="6.2"
2424
- LARAVEL_VERSION="6.3"
2525
- LARAVEL_VERSION="6.4"
26+
- LARAVEL_VERSION="6.5"
2627

2728
#matrix:
2829
# exclude:

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
1111
* Entries in `classes` config array can now have `pri` (default 0) to enforce order while
1212
merging config with built-in configuration.
1313
* Persian translation (Thanks to @FaridAghili).
14+
* Added Laravel 6.5 to Travis-CI unit tests.
1415

1516
* v6.3.1 (2019-11-06)
1617
* Fixed config merging helper causing certain user settings to be lost.

travis/composer-6.5.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "marcin-orlowski/laravel-api-response-builder",
3+
"autoload": {
4+
"psr-4": {
5+
"MarcinOrlowski\\ResponseBuilder\\": "src",
6+
"MarcinOrlowski\\ResponseBuilder\\Tests\\": "tests"
7+
}
8+
},
9+
"require": {
10+
"php": ">=7.2",
11+
"laravel/framework": "^6.5"
12+
},
13+
"require-dev": {
14+
"marcin-orlowski/phpunit-extra-asserts": "^1.0",
15+
"orchestra/testbench": "^4.0",
16+
"phpunit/phpunit": "^8.0",
17+
"phpunit/php-code-coverage": "^7.0",
18+
"codacy/coverage": "^1.0"
19+
}
20+
}

0 commit comments

Comments
 (0)