diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f62994..82d0388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: php: 8.3 - laravel: 12 php: 8.4 + - laravel: 13 + php: 8.5 steps: - name: Checkout code diff --git a/composer.json b/composer.json index 3556532..17ea9b5 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ }, "require": { "php": "^8.0", - "illuminate/support": "^10.0|^11.0|^12.0" + "illuminate/support": "^10.0|^11.0|^12.0|^13.0" }, "require-dev": { - "orchestra/testbench": "^8.0|^9.0|^10.0", + "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0", "spatie/valuestore": "^1.2", "ext-redis": "*" }, diff --git a/tests/tmp/.gitkeep b/tests/tmp/.gitkeep new file mode 100644 index 0000000..e69de29