Skip to content
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

Merge release 5.5.0 into 6.0.x #1099

Merged
merged 28 commits into from
Jan 28, 2025
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
59b291f
Add migration API for `readonly` classes
Slamdunk Dec 5, 2024
7d20237
Update all non-major dependencies
renovate[bot] Dec 5, 2024
673359f
Update codecov/codecov-action action to v5.1.1
renovate[bot] Dec 6, 2024
890560f
Update dependency phpunit/phpunit to v11.5.0
renovate[bot] Dec 6, 2024
b3f5147
Set PHP nightly as 8.5
Slamdunk Dec 10, 2024
18ffde8
Merge pull request #1093 from lcobucci/Slamdunk-patch-1
Slamdunk Dec 10, 2024
b18b8d9
CI: simplify workflows with `ramsey/composer-install`
Slamdunk Dec 10, 2024
f1040bd
Merge pull request #1092 from Slamdunk/builder_new_api
Slamdunk Dec 10, 2024
325ada7
Merge pull request #1095 from Slamdunk/ramsey_composer_install
lcobucci Dec 10, 2024
c1c1a78
Roll back ramsey/composer-install action to 3.0.0
renovate[bot] Dec 10, 2024
e748b40
Merge pull request #1096 from lcobucci/renovate/ramsey-composer-insta…
lcobucci Dec 10, 2024
b4bb019
Exclude `.readthedocs.yaml` and `/renovate.json` files from dist
Slamdunk Dec 11, 2024
905c5f0
Merge pull request #1097 from lcobucci/Slamdunk-patch-1
Slamdunk Dec 11, 2024
6fec0c0
Update dependency phpunit/phpunit to v11.5.1
renovate[bot] Dec 11, 2024
efa54df
Update PHPStan packages
renovate[bot] Dec 17, 2024
9f86764
Update dependency infection/infection to v0.29.10
renovate[bot] Dec 18, 2024
39800f5
Update codecov/codecov-action action to v5.1.2
renovate[bot] Dec 18, 2024
c5bce3b
Update dependency phpunit/phpunit to v11.5.2
renovate[bot] Dec 21, 2024
94a8250
Update shivammathur/setup-php action to v2.32.0
renovate[bot] Dec 30, 2024
fd0d92b
Update dependency phpstan/phpstan to v1.12.14
renovate[bot] Dec 31, 2024
41c9bfb
Update dependency phpstan/phpstan to v1.12.15
renovate[bot] Jan 5, 2025
a6c79c0
Update dependency phpunit/phpunit to v11.5.3
renovate[bot] Jan 13, 2025
27d63e6
Update dependency phpstan/phpstan-strict-rules to v1.6.2
renovate[bot] Jan 19, 2025
8a455be
Update dependency phpstan/phpstan to v1.12.16
renovate[bot] Jan 21, 2025
70b1ce2
Update codecov/codecov-action action to v5.2.0
renovate[bot] Jan 22, 2025
b5239fa
Update codecov/codecov-action action to v5.3.0
renovate[bot] Jan 23, 2025
f9fd918
Update codecov/codecov-action action to v5.3.1
renovate[bot] Jan 24, 2025
a835af5
Update dependency phpbench/phpbench to v1.4.0
renovate[bot] Jan 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update codecov/codecov-action action to v5.2.0
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | codecov/codecov-action | v5.1.2 | v5.2.0 |
renovate[bot] authored Jan 22, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 70b1ce2136c0978bbc822971e974fc6a543c6dd1
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
@@ -40,4 +40,4 @@ jobs:
run: "make infection PHPUNIT_FLAGS=--coverage-clover=coverage.xml INFECTION_FLAGS=--logger-github"

- name: "Upload Code Coverage"
uses: "codecov/codecov-action@v5.1.2"
uses: "codecov/codecov-action@v5.2.0"