-
-
Notifications
You must be signed in to change notification settings - Fork 475
chore: allow and test Symfony 8 #2139
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
Closed
alexislefebvre
wants to merge
36
commits into
doctrine:3.1.x
from
alexislefebvre:chore-allow-symfony-8
Closed
chore: allow and test Symfony 8 #2139
alexislefebvre
wants to merge
36
commits into
doctrine:3.1.x
from
alexislefebvre:chore-allow-symfony-8
Conversation
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
3.0.0 has been released. - 2.17.x is no longer maintained. - 2.18.x is still maintained, but is no longer the current branch. - 2.19.x has been created and is maintained. - 3.0.x is the new current branch. - 3.1.x is the next minor branch. - 4.0.x is the next major branch.
Now that we released 3.0.0, the default branch is no longer the lowest branch.
Update branch metadata
Target dependabot to 2.18.x
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 8.0.0 to 10.1.0. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@8.0.0...10.1.0) --- updated-dependencies: - dependency-name: doctrine/.github dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…rine/dot-github-10.1.0 Bump doctrine/.github from 8.0.0 to 10.1.0
They were all about using stubs rather than mocks when not adding any expectations.
Document removal of proxy-related settings
Fix typo in v3 upgrade docs
Address PHPUnit notices
The mentioned validation did not become mandatory in ORM 3.0, you can still opt out.
Update validate_xml_mapping info
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 10.1.0 to 12.0.0. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@10.1.0...12.0.0) --- updated-dependencies: - dependency-name: doctrine/.github dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 12.0.0 to 12.1.0. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@12.0.0...12.1.0) --- updated-dependencies: - dependency-name: doctrine/.github dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
This reverts commit 5abeb29. The scanned file no longer exists since symfony/symfony#62129, which aims precisely at making the scan unnecessary (among other things).
They appear to be mandatory.
Fix the build
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
….x/actions/upload-artifact-5 Bump actions/upload-artifact from 4 to 5
….x/actions/download-artifact-6 Bump actions/download-artifact from 5 to 6
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 12.1.0 to 12.2.0. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@12.1.0...v12.2.0) --- updated-dependencies: - dependency-name: doctrine/.github dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…with-package Fix detectMappingType if the entity contain a package attribute
66db0f2 to
6826dac
Compare
Member
|
Can you rebase on 3.1.x? |
Contributor
Author
|
It has been brought to my attention that it wasn’t necessary, since it have already been done, so I can close this. 🎉 Relevant PR: |
Contributor
Author
Oops, I deleted my fork before seeing your comment, I will open another PR. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
It will allow some upgrades: