-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
PHP 7.3 compatibility and testing
- Loading branch information
Showing
7 changed files
with
33 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
language: php | ||
|
||
php: | ||
- 5.2 | ||
- 5.4 | ||
- 5.5 | ||
- 7.1 | ||
- 7.2 | ||
- 7.3 | ||
- 7.4snapshot | ||
- nightly | ||
|
||
matrix: | ||
include: | ||
- php: 5.3 | ||
dist: precise | ||
- php: 5.3.3 | ||
dist: precise | ||
allow_failures: | ||
- php: 5.2 | ||
- php: 7.4snapshot | ||
- php: nightly | ||
|
||
before_script: | ||
# Make sure the locales used in the tests are installed | ||
- composer install | ||
- sudo locale-gen en_GB | ||
- sudo locale-gen en_GB.utf8 | ||
- sudo locale-gen fr_FR | ||
- sudo locale-gen fr_FR@euro | ||
- sudo locale-gen fr_FR.utf8 | ||
|
||
script: | ||
- phpunit -c phpunit.xml | ||
- vendor/phpunit/phpunit/phpunit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters