diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 40f8d3f..a823565 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,8 +17,11 @@ jobs: strategy: fail-fast: true matrix: - php: [ "8.2", "8.3" ] + php: [ "8.1", "8.2", "8.3" ] laravel: [ "10.0", "11.0" ] + exclude: + - laravel: "11.0" + php: "8.1" name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 8fa8929..da768f2 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "source": "https://github.com/Laravel-Lang/routes" }, "require": { - "php": "^8.2", + "php": "^8.1", "dragon-code/support": "^6.13", "illuminate/config": "^10.0 || ^11.0", "illuminate/http": "^10.0 || ^11.0",