diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c290d3..dfce48c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,10 +21,12 @@ jobs: fail-fast: true matrix: php: [8.2, 8.3] - laravel: [10, 11] + laravel: [10, 11, 12] include: - php: 8.4 laravel: 11 + - php: 8.4 + laravel: 12 name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index d28fcee..7e72120 100644 --- a/composer.json +++ b/composer.json @@ -21,20 +21,20 @@ "require": { "php": "^8.2", "ext-mbstring": "*", - "illuminate/console": "^10.24|^11.0", - "illuminate/contracts": "^10.24|^11.0", - "illuminate/log": "^10.24|^11.0", - "illuminate/process": "^10.24|^11.0", - "illuminate/support": "^10.24|^11.0", + "illuminate/console": "^10.24|^11.0|^12.0", + "illuminate/contracts": "^10.24|^11.0|^12.0", + "illuminate/log": "^10.24|^11.0|^12.0", + "illuminate/process": "^10.24|^11.0|^12.0", + "illuminate/support": "^10.24|^11.0|^12.0", "nunomaduro/termwind": "^1.15|^2.0", "symfony/console": "^6.0|^7.0" }, "require-dev": { - "laravel/framework": "^10.24|^11.0", + "laravel/framework": "^10.24|^11.0|^12.0", "laravel/pint": "^1.13", - "orchestra/testbench-core": "^8.12|^9.0", - "pestphp/pest": "^2.20", - "pestphp/pest-plugin-type-coverage": "^2.3", + "orchestra/testbench-core": "^8.13|^9.0|^10.0", + "pestphp/pest": "^2.20|^3.0", + "pestphp/pest-plugin-type-coverage": "^2.3|^3.0", "phpstan/phpstan": "^1.10", "symfony/var-dumper": "^6.3|^7.0" }, diff --git a/tests/Unit/CliPrinterTest.php b/tests/Unit/CliPrinterTest.php index 2b81568..3f6533b 100644 --- a/tests/Unit/CliPrinterTest.php +++ b/tests/Unit/CliPrinterTest.php @@ -1,5 +1,13 @@ 'Hello World', diff --git a/tests/Unit/Origins/ConsoleTest.php b/tests/Unit/Origins/ConsoleTest.php index cb62c64..dd80049 100644 --- a/tests/Unit/Origins/ConsoleTest.php +++ b/tests/Unit/Origins/ConsoleTest.php @@ -1,5 +1,13 @@ 'my exception message', diff --git a/tests/Unit/Origins/HttpTest.php b/tests/Unit/Origins/HttpTest.php index 266ae98..71aa6a1 100644 --- a/tests/Unit/Origins/HttpTest.php +++ b/tests/Unit/Origins/HttpTest.php @@ -1,5 +1,13 @@ 'my exception message', diff --git a/tests/Unit/Origins/QueueTest.php b/tests/Unit/Origins/QueueTest.php index 613ef43..5e98e37 100644 --- a/tests/Unit/Origins/QueueTest.php +++ b/tests/Unit/Origins/QueueTest.php @@ -1,5 +1,13 @@ 'my exception message',