diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae762695..9efdb825 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] fail-fast: false diff --git a/composer.json b/composer.json index 160edc75..b5a29202 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "8.0 - 8.4" + "php": "8.0 - 8.5" }, "require-dev": { "tracy/tracy": "^2.9", diff --git a/readme.md b/readme.md index e75f2773..6b21c237 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,7 @@ Install Dibi via Composer: composer require dibi/dibi ``` -The Dibi 5.0 requires PHP version 8.0 and supports PHP up to 8.4. +The Dibi 5.0 requires PHP version 8.0 and supports PHP up to 8.5. Usage