diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d4e6f7d..b8b01f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [8.2, 8.3, 8.4] + php: [8.2, 8.3, 8.4, 8.5] stability: ["--prefer-lowest", "--prefer-stable"] steps: - name: Checkout diff --git a/composer.json b/composer.json index 15ef244..da81de9 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "minimum-stability": "stable", "require": { - "php": "^8.2||^8.3||^8.4", + "php": "^8.2||^8.3||^8.4||^8.5", "laravel/framework": "^12.21" }, "require-dev": {