diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e5deea..57f4be1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ "8.1", "8.2", "8.3", "8.4" ] + php: [ "8.1", "8.2", "8.3", "8.4", "8.5" ] runs-on: ubuntu-latest name: PHP@${{ matrix.php }} diff --git a/composer.json b/composer.json index 0603bd6..f964f4e 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "8.1.* | 8.2.* | 8.3.* | 8.4.*", + "php": "8.1.* | 8.2.* | 8.3.* | 8.4.* | 8.5.*", "tecnickcom/tcpdf": "^6.3" }, "require-dev": {