Skip to content

Commit

Permalink
Test against php 7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 5, 2019
1 parent ad084d9 commit d045573
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: bionic
language: php
dist: xenial

php:
- 7.2
- 7.3
- 7.4snapshot
- 7.4

env:
global:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"illuminate/support": "^5.8 || ^6.0"
},
"require-dev": {
"mockery/mockery": "^1.2.3",
"orchestra/testbench": "^3.8.5 || ^4.0",
"phpunit/phpunit": "^8.3"
"mockery/mockery": "^1.3",
"orchestra/testbench": "~3.8.5 || ^4.0.1",
"phpunit/phpunit": "^8.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d045573

Please sign in to comment.