Skip to content

Commit

Permalink
Update tested PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rudowastaken committed Mar 8, 2019
1 parent b35aae5 commit 59e62fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php
php:
- 7.1
- 7.2
- 7.3
install:
- composer install
script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ platform:
clone_folder: c:\projects\phpunit-detailed-printer
environment:
matrix:
- php_version: 7.1
- php_version: 7.2
- php_version: 7.3
## Cache composer, chocolatey and php bits
cache:
- '%LOCALAPPDATA%\Composer\files -> composer.lock'
Expand Down

0 comments on commit 59e62fd

Please sign in to comment.