Skip to content

Commit

Permalink
Add php 7.4 to travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drtheuns committed Mar 4, 2020
1 parent 0685ce6 commit a0fcd4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ language: php
php:
- "7.2"
- "7.3"
- "7.4"

cache:
directories:
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Support/TypeCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public function invalidCasts()
['uuid', 'invalid'],
['uuid', 1],
['uuid', 1.0],
['string', (object) ['wow' => 'oops']],
];
}
}

0 comments on commit a0fcd4b

Please sign in to comment.