From b32257a34ab864263facb7bb9ba95a6ce22c2365 Mon Sep 17 00:00:00 2001 From: Railken Date: Wed, 27 Mar 2024 17:51:03 +0100 Subject: [PATCH] update versions --- .github/workflows/test.yml | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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": {