-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* β¨ π‘ πΌ βοΈ Remove 5.6 & 7.0. Bump min to 7.1 * β¨ Test nightly PHP version but allow failure * π§ Add back rewrites passing to sites * π Aliases file and composer should be owned and run by vagrant user * π§ Enable box version check
- Loading branch information
1 parent
17e7e5b
commit 237387c
Showing
14 changed files
with
258 additions
and
749 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,21 +1,18 @@ | ||
language: php | ||
|
||
php: | ||
- 7.0 | ||
- 7.1 | ||
- 7.2 | ||
- 7.3 | ||
- nightly | ||
|
||
before_script: | ||
- phpenv config-rm xdebug.ini || true | ||
- composer install --no-interaction | ||
|
||
script: | ||
- vendor/bin/phpunit | ||
|
||
- | ||
matrix: | ||
include: | ||
- php: 5.6 | ||
env: dependencies=lowest | ||
allow_failures: | ||
- php: 5.6 | ||
- php: nightly |
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
Oops, something went wrong.