diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3fd88b..f59605e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: php: - "7.4" - "8.0" + - "8.1" steps: - name: Checkout diff --git a/composer.json b/composer.json index 2e818c5..417a5a8 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,8 @@ "homepage": "https://github.com/PHPWatch/Laravel-Fast404", "minimum-stability": "stable", "require": { - "php": "^7.4", - "illuminate/http": "^5.5 || ^6.0 || ^7.0" + "php": "^7.4 || ^8.0", + "illuminate/http": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "require-dev": { "phpunit/phpunit": "^9.1"