Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Run travis tests against PHP 7.3 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-georgiev authored Jan 28, 2019
1 parent 1d1a073 commit 60d9ee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

env:
global:
- LATEST_PHP_VERSION="7.2"
- LATEST_PHP_VERSION="7.3"
matrix:
- DEPENDENCIES="beta"
- DEPENDENCIES="low"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@

"scripts": {
"check-code-style": [
"php-cs-fixer fix --config='./.php_cs' --show-progress=none --dry-run --no-interaction --diff -v"
"php-cs-fixer fix --config='.php_cs' --no-interaction --diff -v --dry-run"
],
"check-security": [
"security-checker security:check"
],
"fix-code-style": [
"php-cs-fixer fix --config='./.php_cs' --show-progress=none --no-interaction --diff -v"
"php-cs-fixer fix --config='.php_cs' --no-interaction --diff -v"
],
"run-static-analysis": [
"phpstan analyse --level=1 src/"
Expand Down

0 comments on commit 60d9ee7

Please sign in to comment.