-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
[11.x] PHP 8.4 build #52633
Closed
Closed
[11.x] PHP 8.4 build #52633
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
ef63fca
PHP 8.4 build
driesvints 05182f8
wip
driesvints 1aefe67
wip
driesvints f1c8683
[php84] Fix some deprecations and lower requirements (#52636)
Jubeki a156002
[php84] Update dependencies (#52637)
Jubeki 995424c
wip
crynobone 826e344
wip
crynobone 62dfb98
wip
crynobone 89b2d85
wip
crynobone ee12b1f
wip
crynobone 1c9430c
wip
crynobone 3ae016e
wip
crynobone 1c52908
wip
crynobone 37f90f3
Merge branch '11.x' into php84
crynobone 4db4e13
wip
crynobone 9ad834c
Merge remote-tracking branch 'upstream/php84' into php84
crynobone 9435367
wip
crynobone 348d2d5
wip
crynobone b225b78
Apply fixes from StyleCI
StyleCIBot fcab092
wip
crynobone 84dee0a
Merge remote-tracking branch 'upstream/php84' into php84
crynobone eda47ac
Apply fixes from StyleCI
StyleCIBot f358fad
wip
crynobone 1300d12
wip
crynobone e4e5e30
wip
crynobone 542da1e
Merge branch '11.x' into php84
crynobone c2e888f
Merge branch '11.x' into php84
crynobone f87fcda
wip
crynobone 105e496
[PHP84] Bump aws/aws-sdk-php for PHP 8.4 (#53021)
Jubeki 0b1e1a8
wip
crynobone 7593b9e
wip
crynobone 097f9ce
wip
crynobone 3667a2e
wip
crynobone 634d214
wip
crynobone 3b7a723
wip
crynobone 509ff73
wip
crynobone e445003
wip
crynobone 4192402
Update tests.yml
crynobone bca3d03
Revert "Update tests.yml"
crynobone ca6704b
wip
crynobone 9896568
wip
crynobone 201f600
wip
crynobone 49e97d3
wip
crynobone 0a84ba2
wip
crynobone abbd05e
wip
crynobone ae5c2cc
Merge remote-tracking branch 'upstream/11.x' into php84
crynobone 33e854f
wip
crynobone d85cc0b
Update .github/workflows/tests.yml
crynobone 91e8bd5
wip
crynobone 38bdb66
Merge remote-tracking branch 'upstream/11.x' into php84
crynobone d1914ad
wip
crynobone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
branches: | ||
- master | ||
- '*.x' | ||
pull_request: | ||
# pull_request: | ||
|
||
jobs: | ||
mysql_57: | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
branches: | ||
- master | ||
- '*.x' | ||
pull_request: | ||
# pull_request: | ||
|
||
jobs: | ||
sync: | ||
|
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is there any specific reason why would only support
PHP 8.4
? Instead just appending to the versioning matrix to include[8.2, 8.3, 8.4]
.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.
This is only a temporary testing solution. This is done, so that only the PHP 8.4 tests are running. These PHP versions will be added again after PHP 8.4 tests are passing.