[PR #12185] [MERGED] Bump doctrine/.github from 7.3.0 to 8.0.0 #13553

Open
opened 2026-01-22 16:17:31 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12185
Author: @dependabot[bot]
Created: 10/6/2025
Status: Merged
Merged: 10/7/2025
Merged by: @greg0ire

Base: 2.20.xHead: dependabot/github_actions/2.20.x/doctrine/dot-github-8.0.0


📝 Commits (2)

  • 70fd68c Bump doctrine/.github from 7.3.0 to 8.0.0
  • 8144cad Upgrade to doctrine/coding-standard 14

📊 Changes

24 files changed (+43 additions, -89 deletions)

View changed files

📝 .github/workflows/coding-standards.yml (+1 -1)
📝 .github/workflows/documentation.yml (+1 -1)
📝 .github/workflows/release-on-milestone-closed.yml (+1 -1)
📝 composer.json (+1 -2)
📝 phpstan-baseline.neon (+6 -18)
📝 src/Persisters/Entity/EntityPersister.php (+2 -0)
📝 tests/Tests/Models/Enums/Card.php (+3 -1)
📝 tests/Tests/Models/Enums/CardWithNullable.php (+3 -1)
📝 tests/Tests/Models/Enums/Scale.php (+3 -1)
📝 tests/Tests/Models/GH10336/GH10336Relation.php (+1 -3)
📝 tests/Tests/Models/GH11524/GH11524Relation.php (+1 -3)
📝 tests/Tests/Models/GH7717/GH7717Child.php (+1 -3)
📝 tests/Tests/Models/Project/Project.php (+2 -6)
📝 tests/Tests/Models/Project/ProjectId.php (+1 -3)
📝 tests/Tests/Models/Project/ProjectInvalidMapping.php (+2 -6)
📝 tests/Tests/Models/Project/ProjectName.php (+1 -3)
📝 tests/Tests/ORM/Functional/Ticket/DDC1690Test.php (+2 -6)
📝 tests/Tests/ORM/Functional/Ticket/GH10661/InvalidChildEntity.php (+1 -3)
📝 tests/Tests/ORM/Functional/Ticket/GH10661/InvalidEntity.php (+1 -3)
📝 tests/Tests/ORM/Functional/Ticket/GH11037/InvalidEntityWithTypedEnum.php (+3 -9)

...and 4 more files

📄 Description

Bumps doctrine/.github from 7.3.0 to 8.0.0.

Release notes

Sourced from doctrine/.github's releases.

PHPCS 4 required

Changed

The -q option has been dropped from phpcs invocations. A consequence is that you have to upgrade to PHPCS 4 to keep using the coding-standard workflow.

Commits
  • 9cfa15f Merge pull request #65 from greg0ire/drop-q-option
  • 6b8d93e Drop -q option when using phpcs
  • 3eba1f1 Merge pull request #64 from doctrine/dependabot/github_actions/actions/checko...
  • a687fc4 Bump actions/checkout from 4 to 5
  • 70d5639 Merge pull request #63 from greg0ire/remove-ci-label
  • cf6dbaf Merge pull request #62 from doctrine/dependabot/github_actions/actions/downlo...
  • f0ddcf8 Remove CI label
  • 0d5a738 Bump actions/download-artifact from 4 to 5
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/12185 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/7/2025 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `2.20.x` ← **Head:** `dependabot/github_actions/2.20.x/doctrine/dot-github-8.0.0` --- ### 📝 Commits (2) - [`70fd68c`](https://github.com/doctrine/orm/commit/70fd68cf7f58b68ee96922584d4200be03e3154d) Bump doctrine/.github from 7.3.0 to 8.0.0 - [`8144cad`](https://github.com/doctrine/orm/commit/8144cad07ceb8bbcf7292d2c2fe74d45540e24ab) Upgrade to doctrine/coding-standard 14 ### 📊 Changes **24 files changed** (+43 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/coding-standards.yml` (+1 -1) 📝 `.github/workflows/documentation.yml` (+1 -1) 📝 `.github/workflows/release-on-milestone-closed.yml` (+1 -1) 📝 `composer.json` (+1 -2) 📝 `phpstan-baseline.neon` (+6 -18) 📝 `src/Persisters/Entity/EntityPersister.php` (+2 -0) 📝 `tests/Tests/Models/Enums/Card.php` (+3 -1) 📝 `tests/Tests/Models/Enums/CardWithNullable.php` (+3 -1) 📝 `tests/Tests/Models/Enums/Scale.php` (+3 -1) 📝 `tests/Tests/Models/GH10336/GH10336Relation.php` (+1 -3) 📝 `tests/Tests/Models/GH11524/GH11524Relation.php` (+1 -3) 📝 `tests/Tests/Models/GH7717/GH7717Child.php` (+1 -3) 📝 `tests/Tests/Models/Project/Project.php` (+2 -6) 📝 `tests/Tests/Models/Project/ProjectId.php` (+1 -3) 📝 `tests/Tests/Models/Project/ProjectInvalidMapping.php` (+2 -6) 📝 `tests/Tests/Models/Project/ProjectName.php` (+1 -3) 📝 `tests/Tests/ORM/Functional/Ticket/DDC1690Test.php` (+2 -6) 📝 `tests/Tests/ORM/Functional/Ticket/GH10661/InvalidChildEntity.php` (+1 -3) 📝 `tests/Tests/ORM/Functional/Ticket/GH10661/InvalidEntity.php` (+1 -3) 📝 `tests/Tests/ORM/Functional/Ticket/GH11037/InvalidEntityWithTypedEnum.php` (+3 -9) _...and 4 more files_ </details> ### 📄 Description Bumps [doctrine/.github](https://github.com/doctrine/.github) from 7.3.0 to 8.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/doctrine/.github/releases">doctrine/.github's releases</a>.</em></p> <blockquote> <h2>PHPCS 4 required</h2> <h2>Changed</h2> <p>The <code>-q</code> option has been dropped from <code>phpcs</code> invocations. A consequence is that you have to upgrade to PHPCS 4 to keep using the coding-standard workflow.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/doctrine/.github/commit/9cfa15f09ecce61912ae40b5befa8e920c4a98a4"><code>9cfa15f</code></a> Merge pull request <a href="https://redirect.github.com/doctrine/.github/issues/65">#65</a> from greg0ire/drop-q-option</li> <li><a href="https://github.com/doctrine/.github/commit/6b8d93e394d8683f774c156e8483b2e9a3aa8977"><code>6b8d93e</code></a> Drop -q option when using phpcs</li> <li><a href="https://github.com/doctrine/.github/commit/3eba1f1018169407d311c963b23b6451c3e0f363"><code>3eba1f1</code></a> Merge pull request <a href="https://redirect.github.com/doctrine/.github/issues/64">#64</a> from doctrine/dependabot/github_actions/actions/checko...</li> <li><a href="https://github.com/doctrine/.github/commit/a687fc4bf6ed4d9758abeedcf87b2b55102ad3d7"><code>a687fc4</code></a> Bump actions/checkout from 4 to 5</li> <li><a href="https://github.com/doctrine/.github/commit/70d5639007347bf58f95c3ceef4da0ebd500d28d"><code>70d5639</code></a> Merge pull request <a href="https://redirect.github.com/doctrine/.github/issues/63">#63</a> from greg0ire/remove-ci-label</li> <li><a href="https://github.com/doctrine/.github/commit/cf6dbafb12fd42c6f7a8c8c9eadb8aadabadab09"><code>cf6dbaf</code></a> Merge pull request <a href="https://redirect.github.com/doctrine/.github/issues/62">#62</a> from doctrine/dependabot/github_actions/actions/downlo...</li> <li><a href="https://github.com/doctrine/.github/commit/f0ddcf8f7375ab8d30c7e3907aee4bdf861192a0"><code>f0ddcf8</code></a> Remove CI label</li> <li><a href="https://github.com/doctrine/.github/commit/0d5a738ab27c360797c8a3608a800ade0d83321f"><code>0d5a738</code></a> Bump actions/download-artifact from 4 to 5</li> <li>See full diff in <a href="https://github.com/doctrine/.github/compare/7.3.0...8.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=doctrine/.github&package-manager=github_actions&previous-version=7.3.0&new-version=8.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <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:17:31 +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#13553