mirror of
https://github.com/doctrine/DoctrineModule.git
synced 2026-03-23 22:32:10 +01:00
allow PHP 8.4
This commit is contained in:
2
.github/workflows/coding-standards.yml
vendored
2
.github/workflows/coding-standards.yml
vendored
@@ -25,4 +25,4 @@ jobs:
|
||||
name: "Coding Standards"
|
||||
uses: "doctrine/.github/.github/workflows/coding-standards.yml@6.0.0"
|
||||
with:
|
||||
php-version: "8.3"
|
||||
php-version: "8.4"
|
||||
|
||||
2
.github/workflows/composer-lint.yml
vendored
2
.github/workflows/composer-lint.yml
vendored
@@ -19,4 +19,4 @@ jobs:
|
||||
name: "Composer Lint"
|
||||
uses: "doctrine/.github/.github/workflows/composer-lint.yml@6.0.0"
|
||||
with:
|
||||
php-version: "8.3"
|
||||
php-version: "8.4"
|
||||
|
||||
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@@ -25,6 +25,6 @@ jobs:
|
||||
name: "PHPUnit"
|
||||
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@6.0.0"
|
||||
with:
|
||||
php-versions: '["8.1", "8.2", "8.3"]'
|
||||
php-versions: '["8.1", "8.2", "8.3", "8.4"]'
|
||||
secrets:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
2
.github/workflows/phpstan.yml
vendored
2
.github/workflows/phpstan.yml
vendored
@@ -25,4 +25,4 @@ jobs:
|
||||
name: "Static Analysis"
|
||||
uses: "doctrine/.github/.github/workflows/phpstan.yml@6.0.0"
|
||||
with:
|
||||
php-version: "8.3"
|
||||
php-version: "8.4"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
],
|
||||
"homepage": "https://www.doctrine-project.org/",
|
||||
"require": {
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
|
||||
"composer-runtime-api": "^2.0.0",
|
||||
"composer/semver": "^3.0.0",
|
||||
"doctrine/annotations": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user