diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b89089..9fa9ba0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,8 +35,8 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.0', '8.1', '8.2', '8.3'] - laravel: ['8.*', '9.*', '10.*'] + php: ['8.1', '8.2', '8.3'] + laravel: ['9.*', '10.*'] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/composer.json b/composer.json index 176bb47..71872cf 100644 --- a/composer.json +++ b/composer.json @@ -3,9 +3,9 @@ "keywords": ["api"], "license": "MIT", "require": { - "php": ">=7.1", + "php": ">=8.1", "railken/bag": "^1.2", - "illuminate/database": "5.* || 6.* || 7.* || 8.* || 9.* || 10.*", + "illuminate/database": "9.* || 10.*", "railken/search-query": "3.*" }, "require-dev": {