From a265dbcf2a098121aad05752d0bba9f59022e4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robson=20Ten=C3=B3rio?= Date: Wed, 7 Feb 2024 13:33:46 -0300 Subject: [PATCH] Laravel 11 (#45) * Laravel 11 * Update tests.yml * Update composer.json * Update composer.json * Update tests.yml --------- Co-authored-by: Dries Vints --- .github/workflows/tests.yml | 8 ++++++-- composer.json | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 81d6d9e..13df84f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,10 +17,14 @@ jobs: fail-fast: true matrix: php: ['8.0', 8.1, 8.2, 8.3] - laravel: [9, 10] + laravel: [9, 10, 11] exclude: - php: '8.0' laravel: 10 + - php: '8.0' + laravel: 11 + - php: 8.1 + laravel: 11 - php: 8.3 laravel: 9 @@ -43,4 +47,4 @@ jobs: composer update --prefer-dist --no-interaction --no-progress - name: Execute tests - run: vendor/bin/phpunit --verbose + run: vendor/bin/phpunit diff --git a/composer.json b/composer.json index 5624dc8..a8ef805 100644 --- a/composer.json +++ b/composer.json @@ -22,12 +22,12 @@ ], "require": { "php": "^8.0", - "blade-ui-kit/blade-icons": "^1.1", - "illuminate/support": "^9.0|^10.0" + "blade-ui-kit/blade-icons": "^1.6", + "illuminate/support": "^9.0|^10.0|^11.0" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^7.0|^8.0|^9.0", + "phpunit/phpunit": "^9.0|^10.5|^11.0" }, "autoload": { "psr-4": {