diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f0c0da..820031a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2] + php: [8.1, 8.2, 8.3] laravel: [9.*, 10.*, 11.*] dependency-version: [prefer-lowest, prefer-stable] include: diff --git a/composer.json b/composer.json index c507a0e..d5a5ef7 100644 --- a/composer.json +++ b/composer.json @@ -32,10 +32,10 @@ ], "require": { "php": "^8.1", - "illuminate/console": "^9.0|^10.0|^11.0", - "illuminate/container": "^9.0|^10.0|^11.0", - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/console": "^9.52|^10.0|^11.0", + "illuminate/container": "^9.52|^10.0|^11.0", + "illuminate/database": "^9.52|^10.0|^11.0", + "illuminate/support": "^9.52|^10.0|^11.0", "spatie/eloquent-sortable": "^4.0.0", "spatie/laravel-package-tools": "^1.16", "spatie/laravel-sluggable": "^3.4.2",