diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 24be00e..6bff5bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,12 +9,16 @@ jobs: strategy: matrix: php: [ '8.0', '8.1', '8.2', '8.3' ] - laravel: [ '9.2', '9.52', '10.0', '10.31'] + laravel: [ '9.2', '9.52', '10.0', '10.39', '11.x'] exclude: - php: '8.0' laravel: '10.0' - php: '8.0' - laravel: '10.31' + laravel: '10.39' + - php: '8.0' + laravel: '11.x' + - php: '8.1' + laravel: '11.x' name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} services: diff --git a/Changelog.md b/Changelog.md index 868982d..0254c79 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Konekt Search Changelog +## Unreleased +#### 2023-XX-YY + +- Added Laravel 11 support +- Added PHPUnit 10 support (internal) + ## 1.2.1 #### 2023-11-17 diff --git a/composer.json b/composer.json index 8474996..3b4f305 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,13 @@ "require": { "php": "^8.0", "ext-pdo": "*", - "laravel/framework": "^9.0|^10.0", + "laravel/framework": "^11.0|^11.0|^11.0", "nesbot/carbon": "^2.66" }, "require-dev": { "mockery/mockery": "^1.4.4", - "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.5" + "orchestra/testbench": "^7.0|^8.0|^9.0", + "phpunit/phpunit": "^9.5|^10.5" }, "autoload": { "psr-4": {