diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index f4371a7..ea03cc4 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -19,6 +19,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/composer-json-lint.yml b/.github/workflows/composer-json-lint.yml index 29c5a9f..2172b5f 100644 --- a/.github/workflows/composer-json-lint.yml +++ b/.github/workflows/composer-json-lint.yml @@ -15,7 +15,7 @@ jobs: dependencies: - "highest" php-version: - - "8.2" + - "8.4" operating-system: - "ubuntu-latest" diff --git a/composer.json b/composer.json index eeecf0f..12e64fc 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "doctrine/coding-standard": "^12.0.0" }, "require-dev": {