diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e2b3c31..ac68601 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,30 +16,16 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0, 8.1, '8.2'] - laravel: [^7.0, ^8.0, ^9.0, ^10.0, '^11.0'] + php: [8.1, 8.2, 8.3] + laravel: [^10.0, ^11.0] include: + - laravel: ^11.0 + testbench: ^9.0 - laravel: ^10.0 testbench: ^8.0 - - laravel: ^9.0 - testbench: ^7.0 - - laravel: ^8.0 - testbench: ^6.0 - - laravel: ^7.0 - testbench: ^5.0 - - laravel: '^11.0' - testbench: ^9.0 exclude: - - laravel: '^11.0' - php: 8.0 - - laravel: '^11.0' - php: 8.1 - - laravel: ^10.0 - php: 8.0 - - laravel: ^7.0 + - laravel: ^11.0 php: 8.1 - - laravel: ^7.0 - php: 8.2 name: TESTS PHP ${{ matrix.php }} LARAVEL ${{ matrix.laravel }} TESTBENCH ${{ matrix.testbench }} @@ -94,7 +80,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.4, '8.2'] + php: [7.4, 8.2] name: Coverage P${{ matrix.php }} diff --git a/composer.json b/composer.json index 0b35af6..362eb4f 100644 --- a/composer.json +++ b/composer.json @@ -17,21 +17,21 @@ "name": "Brian Matovu", "email": "mtvbrianking@gmail.com", "homepage": "https://bmatovu.com", - "role": "Developer" + "role": "Maintainer" } ], "require": { - "php": "^8.0", - "illuminate/http": "^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0" + "php": "^8.1", + "illuminate/http": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "illuminate/database": "^10.0|^11.0" }, "require-dev": { "code-lts/doctum": "^5.5", "friendsofphp/php-cs-fixer": "^3.14", "laravel/framework": "^10.0|^11.0", "orchestra/testbench": "^8.0|^9.0", - "phpunit/phpunit": "^8.4|^9.0|^10.0|^11.0" + "phpunit/phpunit": "^9.0|^10.0|^11.0" }, "autoload": { "psr-4": {