diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 23b93ad..553461f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,10 +13,12 @@ jobs: fail-fast: true matrix: php: [8.1, 8.2, 8.3, 8.4] - laravel: [10.*, 11.*] + laravel: [10.*, 11.*, 12.*] exclude: - laravel: 11.* php: 8.1 + - laravel: 12.* + php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} diff --git a/README.md b/README.md index 939e4b8..4f28edc 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,18 @@ Now go to `config/kafka-consumer.php` and add processors there. ## Version Compatibility -| Laravel rdkakfa-consumer | Laravel | PHP | ensi/laravel-phprdkafka | -|--------------------------|---------------------------|------|-------------------------| -| ^0.1.0 | ^7.x \|\| ^8.x | ^8.0 | ^0.1.4 | -| ^0.2.0 | ^7.x \|\| ^8.x | ^8.0 | ^0.1.4 | -| ^0.2.1 | ^7.x \|\| ^8.x | ^8.0 | ^0.2 | -| ^0.2.5 | ^8.x \|\| ^9.x | ^8.0 | ^0.2 | -| ^0.3.0 | ^8.x \|\| ^9.x | ^8.0 | ^0.3 | -| ^0.3.2 | ^8.x \|\| ^9.x \|\| ^10.x | ^8.0 | ^0.3 | -| ^1.0.0 | ^8.x \|\| ^9.x | ^8.0 | ^0.3 | -| ^2.0.0 | ^10.x \|\| ^11.x | ^8.1 | ^0.3 | -| ^2.0.1 | ^10.x \|\| ^11.x | ^8.1 | ^0.4.0 | +| Laravel rdkakfa-consumer | Laravel | PHP | ensi/laravel-phprdkafka | +|--------------------------|-----------------------------|------|-------------------------| +| ^0.1.0 | ^7.x \|\| ^8.x | ^8.0 | ^0.1.4 | +| ^0.2.0 | ^7.x \|\| ^8.x | ^8.0 | ^0.1.4 | +| ^0.2.1 | ^7.x \|\| ^8.x | ^8.0 | ^0.2 | +| ^0.2.5 | ^8.x \|\| ^9.x | ^8.0 | ^0.2 | +| ^0.3.0 | ^8.x \|\| ^9.x | ^8.0 | ^0.3 | +| ^0.3.2 | ^8.x \|\| ^9.x \|\| ^10.x | ^8.0 | ^0.3 | +| ^1.0.0 | ^8.x \|\| ^9.x | ^8.0 | ^0.3 | +| ^2.0.0 | ^10.x \|\| ^11.x | ^8.1 | ^0.3 | +| ^2.0.1 | ^10.x \|\| ^11.x | ^8.1 | ^0.4.0 | +| ^2.0.8 | ^10.x \|\| ^11.x \|\| ^12.x | ^8.1 | ^0.4.5 | ## Basic Usage diff --git a/composer.json b/composer.json index 2bc2e1f..ecd4550 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "ext-pcntl": "*", "ext-rdkafka": "*", "ensi/laravel-phprdkafka": "^0.4.0", - "laravel/framework": "^10.0 || ^11.0" + "laravel/framework": "^10.0 || ^11.0 || ^12.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", @@ -18,7 +18,7 @@ "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.11", "spaze/phpstan-disallowed-calls": "^2.15", - "orchestra/testbench": "^7.0 || ^8.0 || ^9.0" + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0" }, "autoload": { "psr-4": {