-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from rizdaprasetya/improve-CI-test
Replace deprecated array_key_exists on object of php7.4
- Loading branch information
Showing
3 changed files
with
8 additions
and
7 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,11 +1,12 @@ | ||
language: php | ||
php: | ||
- 7.4 | ||
- 7.2 | ||
# - 7.0 | ||
# - 5.6 | ||
# - 5.5 | ||
# - 5.4 | ||
# - hhvm | ||
- 7.0 | ||
- 5.6 | ||
# - 5.5 # PHP version too old | ||
# - 5.4 # PHP version too old | ||
# - hhvm # HHVM officially drop PHP support | ||
|
||
before_script: | ||
- composer install |
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