Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Sep 13, 2020
1 parent 31e4358 commit 3ce43ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- stage: test

php: 7.2
php: 7.3

before_script:
- travis_retry composer self-update
Expand All @@ -33,7 +33,7 @@ jobs:

if: branch = master

php: 7.2
php: 7.3

before_script:
- git clone https://github.com/mtvbrianking/laravel-package-boilerplate.git
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.4|^9.0",
"orchestra/testbench": "^5.0"
"orchestra/testbench": "^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -53,4 +53,4 @@
}
}
}
}
}

0 comments on commit 3ce43ef

Please sign in to comment.