Skip to content

Commit

Permalink
Support PHP 7.3 in CI build (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealartz authored and DerMika committed May 25, 2019
1 parent 958b558 commit 6a647e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ build:
php: 7.1
php72:
environment:
php: 7.2
php: 7.2
php73:
environment:
php: 7.3
2 changes: 1 addition & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ preset: psr2

finder:
exclude:
- "tests"
- "tests"
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'

install:
- composer require satooshi/php-coveralls:~1.0@stable
Expand Down

0 comments on commit 6a647e4

Please sign in to comment.