Skip to content

Commit

Permalink
Merge pull request #282 from driehle/feat/php83
Browse files Browse the repository at this point in the history
Added support for PHP 8.3
  • Loading branch information
driehle committed Jan 22, 2024
2 parents 4626008 + f194890 commit cddd88e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.0.0"
with:
php-version: '8.2'
php-version: '8.3'
2 changes: 1 addition & 1 deletion .github/workflows/composer-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/composer-lint.yml@3.0.0"
with:
php-version: "8.2"
php-version: "8.3"
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "highest"
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@3.0.0"
with:
php-version: '8.2'
php-version: '8.3'
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
],
"homepage": "https://www.doctrine-project.org/",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-mongodb": "*",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/doctrine-laminas-hydrator": "^3.3.0",
"doctrine/doctrine-module": "^6.0.4",
"doctrine/doctrine-module": "^6.1.0",
"doctrine/event-manager": "^1.2.0 || ^2.0.0",
"doctrine/mongodb-odm": "^2.5.2",
"laminas/laminas-eventmanager": "^3.10.0",
Expand Down

0 comments on commit cddd88e

Please sign in to comment.