Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump
  • Loading branch information
Spamercz committed Dec 18, 2025
commit 5c17c48010ff9c327d8a8fb4ba288871de6c9b8e
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: ${{ matrix.elastic }}
security-enabled: false

- name: Composer
run: make composer
Expand All @@ -44,4 +45,4 @@ jobs:
- name: Tests
run: make tests
env:
ELASTICSEARCH_HOST: https://es1:9200
ELASTICSEARCH_HOST: http://localhost:9200
Loading