diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0f6a1f1..a0049f5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - php: [8.1, 8.2] + php: [8.1, 8.2, 8.3] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] diff --git a/composer.json b/composer.json index 080b2ce..d7ba3ca 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0", - "illuminate/database": "^10.0", - "illuminate/http": "^10.0", - "illuminate/support": "^10.0", + "php": ">=8.1", + "illuminate/database": ">=10.0", + "illuminate/http": ">=10.0", + "illuminate/support": ">=10.0", "ramsey/uuid": "^4.7" }, "require-dev": {