Skip to content

Commit

Permalink
Merge pull request #1237 from doctrine/3.3.x
Browse files Browse the repository at this point in the history
Merge 3.3.x up into 3.4.x
  • Loading branch information
greg0ire committed Jan 14, 2022
2 parents 47a7191 + a436c55 commit e17a946
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .doctrine-project.json
Expand Up @@ -38,7 +38,8 @@
{
"name": "2.3",
"branchName": "2.3.x",
"slug": "2.3"
"slug": "2.3",
"maintained": false
},
{
"name": "2.2",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Expand Up @@ -12,4 +12,4 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.2.0"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -79,7 +79,7 @@ jobs:

phpunit-with-symfony-6:
name: "PHPUnit with Symfony 6.0.x-dev"
uses: "doctrine/.github/.github/workflows/continuous-integration-symfony-unstable.yml@1.4.0"
uses: "doctrine/.github/.github/workflows/continuous-integration-symfony-unstable.yml@1.4.1"
with:
symfony-version-constraint: "6.0.*"

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-on-milestone-closed.yml
Expand Up @@ -8,9 +8,8 @@ on:
jobs:
release:
name: "Git tag, release & create merge-up PR"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.2.0"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.4.1"
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -47,7 +47,7 @@
"phpstan/phpstan-strict-rules": "^0.12",
"phpstan/phpstan-symfony": "^0.12",
"phpunit/phpunit": "^8.5 || ^9.4",
"symfony/cache": "^3.4.26 || ~4.1.12 || ^4.2.7 || ^5.0 || ^6.0",
"symfony/cache": "^3.4.26 || ^4.2.12 || ^5.0 || ^6.0",
"symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
Expand Down

0 comments on commit e17a946

Please sign in to comment.