Skip to content

Commit e352a6e

Browse files
committed
Add ES 9 and Laravel 12 support
1 parent d25c461 commit e352a6e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Elastic Migrations for Laravel allow you to easily modify and share indices sche
3434
The current version of Elastic Migrations has been tested with the following configuration:
3535

3636
* PHP 8.2
37-
* Elasticsearch 8.x
38-
* Laravel 11.x
37+
* Elasticsearch 9.x
38+
* Laravel 12.x
3939

40-
If your project uses older Laravel (or PHP) version check [the previous major version](https://github.com/babenkoivan/elastic-migrations/tree/v3.4.1#compatibility) of the package.
40+
If your project uses older Elasticsearch, Laravel, or PHP version check [the previous major version](https://github.com/babenkoivan/elastic-migrations/tree/v4.0.1#compatibility) of the package.
4141

4242
## Installation
4343

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
},
4242
"require": {
4343
"php": "^8.2",
44-
"babenkoivan/elastic-adapter": "^4.0"
44+
"babenkoivan/elastic-adapter": "^5.0"
4545
},
4646
"require-dev": {
4747
"phpunit/phpunit": "^11.0",
48-
"orchestra/testbench": "^9.0",
48+
"orchestra/testbench": "^10.0",
4949
"friendsofphp/php-cs-fixer": "^3.14",
5050
"phpstan/phpstan": "^1.10",
5151
"dg/bypass-finals": "^1.7"

0 commit comments

Comments
 (0)