diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 60a8e39..4a67df9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.1, 8.2, 8.3 ] + php: [ 8.1, 8.2, 8.3, 8.4 ] laravel: [ 8, 9, 10, 11 ] stability: [ 'prefer-lowest', 'prefer-stable' ] include: diff --git a/composer.json b/composer.json index d0ec72a..e6f4169 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "source": "https://github.com/lmsqueezy/plain-ui-components" }, "require": { - "php": "~8.1.0|~8.2.0|~8.3.0", + "php": "~8.1.0|~8.2.0|~8.3.0|~8.4.0", "illuminate/http": "^8.83|^9.33|^10.0|^11.0", "illuminate/support": "^8.83|^9.33|^10.0|^11.0" },