Skip to content

Commit d60f0e8

Browse files
committed
Update compatibility
1 parent f5ef432 commit d60f0e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The current version of Elastic Client has been tested with the following configu
2929

3030
* PHP 8.2
3131
* Elasticsearch 9.x
32-
* Laravel 11.x
32+
* Laravel 12.x
3333

3434
If your project uses older Elasticsearch, Laravel, or PHP version check [the previous major version](https://github.com/babenkoivan/elastic-client/tree/v3.1.0#compatibility) of the package.
3535

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"require-dev": {
4444
"phpunit/phpunit": "^11.0",
45-
"orchestra/testbench": "^9.0",
45+
"orchestra/testbench": "^10.0",
4646
"friendsofphp/php-cs-fixer": "^3.14",
4747
"phpstan/phpstan": "^1.10"
4848
},

0 commit comments

Comments
 (0)