-
Notifications
You must be signed in to change notification settings - Fork 41
Add PHP 7.4 Support #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add PHP 7.4 Support #251
Changes from 8 commits
573af1d
b576ee0
b3c01e1
1a0012c
e4104bf
5f10262
416e53e
cccfdd3
ea07ebe
b033e3a
437d42f
0d35c53
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ php: | |
| - 7.1 | ||
| - 7.2 | ||
| - 7.3 | ||
| - 7.4snapshot | ||
| env: | ||
| - WP_VERSION=latest | ||
| - WP_VERSION=4.5 | ||
|
|
@@ -30,12 +31,17 @@ matrix: | |
| env: WP_VERSION=5.2 WP_MULTISITE=1 | ||
| - php: 7.3 | ||
| env: WP_VERSION=latest WP_MULTISITE=1 | ||
| - php: 7.3 | ||
| - php: 7.4snapshot | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have a few more references to the snapshot version in the yaml and also the version tested against is 5.2 which is not php 7.4 compatible. We may need to use 5.3 as our target version or CI will fail and not allow us to merge/publish this release. There are two other references to the 7.4 snapshot and 5.2 WordPress. |
||
| env: WP_VERSION=5.2 WP_MULTISITE=1 | ||
| - php: 7.4snapshot | ||
| env: WP_VERSION=latest WP_MULTISITE=1 | ||
| - php: 7.4snapshot | ||
| env: NPM_TESTS=1 | ||
| exclude: | ||
| - php: 7.3 | ||
| env: WP_VERSION=4.5 | ||
|
|
||
| - php: 7.4snapshot | ||
| env: WP_VERSION=4.5 | ||
|
|
||
| before_script: | ||
| - | | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems per #251 (comment) that Travis has the 7.4 image available now. I think that we should probably be using that before merge. Here's an example of folks using the new image already: https://github.com/google/site-kit-wp/pull/946/files