From 497d6faa257e936ece8d56a2af62ebf60f14786f Mon Sep 17 00:00:00 2001 From: Sergio Peris Date: Sun, 10 Mar 2024 16:34:23 +0100 Subject: [PATCH] wip --- .github/workflows/run-tests.yml | 5 ++++- composer.json | 11 +++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c1e82d5..eb473e1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,9 +16,12 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.1] - laravel: [8, 9, 10] + laravel: [10, '11'] coverage-driver: [pcov] stability: [prefer-lowest, prefer-stable] + exclude: + - laravel: '11' + php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 20cef4b..2b842dc 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,13 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/contracts": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", - "illuminate/database": "^8.0|^9.0|^10.0" + "illuminate/contracts": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "illuminate/database": "^10.0|^11.0" }, "require-dev": { - "nunomaduro/collision": "^6.0", - "orchestra/testbench": "^7.5", - "phpunit/phpunit": "^9.5" + "orchestra/testbench": "^8.0|^9.0", + "phpunit/phpunit": "^9.5|^10.5" }, "autoload": { "psr-4": {