Skip to content

Commit 9ad0707

Browse files
committed
Add ES 9 and Laravel 12 support
1 parent 8663de0 commit 9ad0707

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
php: [8.2]
1111
include:
1212
- php: 8.2
13-
testbench: 9.0
13+
testbench: 10.0
1414
phpunit: 11.0
1515
steps:
1616
- name: Checkout code

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ operations.
3131
The current version of Elastic Adapter has been tested with the following configuration:
3232

3333
* PHP 8.2
34-
* Elasticsearch 8.x
35-
* Laravel 11.x
34+
* Elasticsearch 9.x
35+
* Laravel 12.x
3636

3737
If your project uses older Laravel (or PHP) version check [the previous major version](https://github.com/babenkoivan/elastic-adapter/tree/v3.5.0#compatibility) of the package.
3838

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
},
3939
"require": {
4040
"php": "^8.2",
41-
"babenkoivan/elastic-client": "^3.0"
41+
"babenkoivan/elastic-client": "^4.0"
4242
},
4343
"require-dev": {
4444
"phpunit/phpunit": "^11.0",
4545
"friendsofphp/php-cs-fixer": "^3.14",
4646
"phpstan/phpstan": "^1.10",
47-
"orchestra/testbench": "^9.0",
47+
"orchestra/testbench": "^10.0",
4848
"dg/bypass-finals": "^1.7"
4949
},
5050
"config": {

0 commit comments

Comments
 (0)