Skip to content

Commit

Permalink
Merge pull request #831 from doctrine/6.1.x-merge-up-into-6.2.x_pVEjCgS3
Browse files Browse the repository at this point in the history
Merge release 6.1.1 into 6.2.x
  • Loading branch information
driehle committed Jan 27, 2024
2 parents 643c7c7 + ece0803 commit 905d493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Expand Up @@ -13,4 +13,4 @@ jobs:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@2.1.0"
with:
php-version: '8.2'
php-version: '8.3'
2 changes: 1 addition & 1 deletion .github/workflows/composer-lint.yml
Expand Up @@ -17,4 +17,4 @@ jobs:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/composer-lint.yml@2.1.0"
with:
php-version: "8.2"
php-version: "8.3"
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -13,4 +13,4 @@ jobs:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@2.1.0"
with:
php-version: '8.2'
php-version: '8.3'

0 comments on commit 905d493

Please sign in to comment.