Skip to content

Commit 79cb211

Browse files
committed
test against ES 8
1 parent 2642548 commit 79cb211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest]
1616
php: [8.1, 8.2]
1717
laravel: [10.*]
18-
elasticsearch: ["7.17.4"]
18+
elasticsearch: ["7.17.4", "8.6.2"]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
2121
- laravel: 10.*
@@ -35,6 +35,7 @@ jobs:
3535
uses: elastic/elastic-github-actions/elasticsearch@master
3636
with:
3737
stack-version: ${{ matrix.elasticsearch }}
38+
security-enabled: false
3839

3940
- name: Checkout code
4041
uses: actions/checkout@v3

0 commit comments

Comments
 (0)