[PR #12346] [MERGED] Merge 2.20.x up into 2.21.x #13713

Closed
opened 2026-01-22 16:18:15 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12346
Author: @greg0ire
Created: 1/16/2026
Status: Merged
Merged: 1/16/2026
Merged by: @greg0ire

Base: 2.21.xHead: 2.20.x


📝 Commits (10+)

  • 01fd55e chore: show parameters in name of CI jobs
  • fea42ab Merge pull request #12299 from alexislefebvre/chore-show-parameters-in-name-of-CI-jobs
  • 05e07c0 Bump doctrine/.github/.github/workflows/documentation.yml (#12318)
  • 9f3f709 Bump doctrine/.github/.github/workflows/coding-standards.yml (#12316)
  • 3d98b43 Bump doctrine/.github/.github/workflows/composer-lint.yml (#12317)
  • dcdd462 Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (#12315)
  • 1237f5c Bump actions/upload-artifact from 5 to 6 (#12322)
  • 67419cf Bump actions/download-artifact from 6 to 7 (#12321)
  • 492745d docs: add xml example for Single Table Inheritance mapping (#12169)
  • 0aeddd0 Fix grammatical errors

📊 Changes

17 files changed (+95 additions, -92 deletions)

View changed files

📝 .github/workflows/coding-standards.yml (+1 -1)
📝 .github/workflows/composer-lint.yml (+1 -1)
📝 .github/workflows/continuous-integration.yml (+41 -11)
📝 .github/workflows/documentation.yml (+1 -1)
📝 .github/workflows/release-on-milestone-closed.yml (+1 -1)
📝 UPGRADE.md (+1 -1)
📝 docs/en/reference/inheritance-mapping.rst (+17 -0)
📝 docs/en/reference/second-level-cache.rst (+1 -1)
📝 docs/en/reference/tools.rst (+1 -1)
📝 phpstan-baseline.neon (+1 -1)
📝 phpstan-persistence2.neon (+4 -0)
📝 src/AbstractQuery.php (+1 -1)
📝 src/Mapping/MappingException.php (+1 -1)
📝 tests/Tests/ORM/Functional/Ticket/DDC2359Test.php (+1 -1)
📝 tests/Tests/ORM/Functional/Ticket/GH10387Test.php (+1 -1)
📝 tests/Tests/ORM/Functional/Ticket/GH6394Test.php (+1 -1)
📝 tests/Tests/ORM/Hydration/AbstractHydratorTest.php (+20 -68)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/12346 **Author:** [@greg0ire](https://github.com/greg0ire) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `2.21.x` ← **Head:** `2.20.x` --- ### 📝 Commits (10+) - [`01fd55e`](https://github.com/doctrine/orm/commit/01fd55e9ea31d3280c275dd5ce9c6efa5635fa8d) chore: show parameters in name of CI jobs - [`fea42ab`](https://github.com/doctrine/orm/commit/fea42ab9844dc4dbaacca19c8063e6897ca6b94b) Merge pull request #12299 from alexislefebvre/chore-show-parameters-in-name-of-CI-jobs - [`05e07c0`](https://github.com/doctrine/orm/commit/05e07c0ae0a5715a89c0d8e1d1d7ca3a61a1d4f5) Bump doctrine/.github/.github/workflows/documentation.yml (#12318) - [`9f3f709`](https://github.com/doctrine/orm/commit/9f3f70944a61b0a3bda1023f8d490c55c8a357e7) Bump doctrine/.github/.github/workflows/coding-standards.yml (#12316) - [`3d98b43`](https://github.com/doctrine/orm/commit/3d98b435618b3f95b23b14c911ffcb7f3e3c2f2f) Bump doctrine/.github/.github/workflows/composer-lint.yml (#12317) - [`dcdd462`](https://github.com/doctrine/orm/commit/dcdd46251edbfb57e9f94eb74a4cc8490318839c) Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (#12315) - [`1237f5c`](https://github.com/doctrine/orm/commit/1237f5c9091ce27c3b3c3133aff10eda95a21cc6) Bump actions/upload-artifact from 5 to 6 (#12322) - [`67419cf`](https://github.com/doctrine/orm/commit/67419cf9515350373dc086fd9541befcbfab10a5) Bump actions/download-artifact from 6 to 7 (#12321) - [`492745d`](https://github.com/doctrine/orm/commit/492745d710c540d6648dcc100211106b5e93b601) docs: add xml example for Single Table Inheritance mapping (#12169) - [`0aeddd0`](https://github.com/doctrine/orm/commit/0aeddd0592262fa2ca857fda0c255962e429324a) Fix grammatical errors ### 📊 Changes **17 files changed** (+95 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/coding-standards.yml` (+1 -1) 📝 `.github/workflows/composer-lint.yml` (+1 -1) 📝 `.github/workflows/continuous-integration.yml` (+41 -11) 📝 `.github/workflows/documentation.yml` (+1 -1) 📝 `.github/workflows/release-on-milestone-closed.yml` (+1 -1) 📝 `UPGRADE.md` (+1 -1) 📝 `docs/en/reference/inheritance-mapping.rst` (+17 -0) 📝 `docs/en/reference/second-level-cache.rst` (+1 -1) 📝 `docs/en/reference/tools.rst` (+1 -1) 📝 `phpstan-baseline.neon` (+1 -1) 📝 `phpstan-persistence2.neon` (+4 -0) 📝 `src/AbstractQuery.php` (+1 -1) 📝 `src/Mapping/MappingException.php` (+1 -1) 📝 `tests/Tests/ORM/Functional/Ticket/DDC2359Test.php` (+1 -1) 📝 `tests/Tests/ORM/Functional/Ticket/GH10387Test.php` (+1 -1) 📝 `tests/Tests/ORM/Functional/Ticket/GH6394Test.php` (+1 -1) 📝 `tests/Tests/ORM/Hydration/AbstractHydratorTest.php` (+20 -68) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:18:15 +01:00
admin closed this issue 2026-01-22 16:18:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#13713