-
-
Notifications
You must be signed in to change notification settings - Fork 451
Make php-8.1 minimum requirement
#4124
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3d7eaf6
Rector: CQ - UnusedForeachValueToArrayKeysRector (#1)
sreichel 53ee2f8
Merge branch 'OpenMage:main' into main
sreichel 89cc37c
Merge branch 'OpenMage:main' into main
sreichel 591a218
Revert "Rector: CQ - UnusedForeachValueToArrayKeysRector (#1)"
sreichel 464bc5f
Drop php7 support
sreichel 28d6783
Updated README.md (draft)
sreichel 0df34c3
Update composer.json
sreichel b5bb7b8
Merge branch 'main' into drop-php7
sreichel e0ad5ac
Update
sreichel c0c1e24
Merge branch 'main' into drop-php7
sreichel 7da2e88
update baseline
sreichel aa8059c
Merge branch 'main' into drop-php7
sreichel 26253f4
Merge branch 'main' into drop-php7
sreichel 7c2db70
composer update
sreichel 269c07c
Merge branch 'main' into drop-php7
sreichel e757f24
Merge branch 'main' into drop-php7
colinmollenhour c259075
fix rector (unit tests)
sreichel 98f0624
Merge remote-tracking branch 'origin/drop-php7' into drop-php7
sreichel d3f68fa
fix rector (incomplete unit tests)
sreichel 4c71a05
fix phpunit tests (null is not a valid value)
sreichel a70c59d
phpstan (unit tests)
sreichel 354c611
fix php8 deprecation
sreichel f3b7763
phpunit (comment test - doesNotPerformAssertions)
sreichel 0fe82cb
phpcs-fixer
sreichel 8d06e88
removed libxml_disable_entity_loader calls
sreichel 1426165
replace strftime with date
sreichel e2232a7
Merge branch 'main' into drop-php7
sreichel 39ac807
Merge branch 'main' into drop-php7
sreichel 1a3f4d2
rector: RemoveParentCallWithoutParentRector
sreichel 8e5e5c7
rector config
sreichel bbae704
phpstan
sreichel 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ jobs: | |
|
|
||
| strategy: | ||
| matrix: | ||
| php: ['7.4', '8.3'] | ||
| php: ['8.0', '8.3'] | ||
|
|
||
| name: PHP Syntax ${{ matrix.php }} | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.