From de4653fa3294ce3b62090533f843faae63c62b08 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 16 Apr 2024 10:08:43 +0200 Subject: [PATCH] Add support Laravel 11 --- .github/workflows/run-php-tests.yml | 8 ++++---- composer.json | 6 +++--- phpunit.xml.dist | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/run-php-tests.yml b/.github/workflows/run-php-tests.yml index ab5c623..1bcf39a 100644 --- a/.github/workflows/run-php-tests.yml +++ b/.github/workflows/run-php-tests.yml @@ -8,13 +8,13 @@ jobs: strategy: matrix: - php: [8.2] - laravel: [10.*] + php: [8.3, 8.2] + laravel: [11.*] dependency-version: [prefer-lowest, prefer-stable] os: [ubuntu-latest] include: - - laravel: 10.* - testbench: 8.* + - laravel: 11.* + testbench: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 5e0ba97..a63a0d3 100644 --- a/composer.json +++ b/composer.json @@ -27,11 +27,11 @@ ], "require": { "php": "^8.2", - "illuminate/support": "^10.0" + "illuminate/support": "^11.0" }, "require-dev": { - "orchestra/testbench": "^8.0", - "phpunit/phpunit": "^10.0", + "orchestra/testbench": "^9.0", + "phpunit/phpunit": "^10.5", "spatie/phpunit-snapshot-assertions": "^5.0" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4d8a6cb..eb19c36 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,13 @@ - - - - src/ - - + tests + + + src/ + +