From 9fe6fb966f6159ac0b3a935d18f4afa25c893831 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 17 Nov 2025 14:24:56 +0100 Subject: [PATCH 1/4] feat: check ci --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1323a7d4..c31ea240 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,5 @@ If you want to know more about the development workflow or want to contribute, p
**Meilisearch** provides and maintains many **SDKs and Integration tools** like this one. We want to provide everyone with an **amazing search experience for any kind of project**. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the [integration-guides](https://github.com/meilisearch/integration-guides) repository. + +check ci From b41ff27b0e19025fbd8e37df9f8e6e9423b475aa Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 17 Nov 2025 15:04:26 +0100 Subject: [PATCH 2/4] ci: add composer option --no-security-blocking --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dabc9ae0..350ee389 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -97,7 +97,7 @@ jobs: env: SYMFONY_REQUIRE: ${{ matrix.sf-version }}.* with: - composer-options: --no-interaction --no-progress --prefer-dist --dev + composer-options: --no-interaction --no-progress --prefer-dist --dev --no-security-blocking dependency-versions: "${{ matrix.dependencies }}" - name: Run test suite From 0cae99b06ff8053752fc564db34adea155ce11c8 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 17 Nov 2025 15:11:08 +0100 Subject: [PATCH 3/4] ci: add composer option --no-security-blocking --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 350ee389..2ee3abf4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -97,7 +97,7 @@ jobs: env: SYMFONY_REQUIRE: ${{ matrix.sf-version }}.* with: - composer-options: --no-interaction --no-progress --prefer-dist --dev --no-security-blocking + composer-options: --no-interaction --no-progress --prefer-dist --no-security-blocking dependency-versions: "${{ matrix.dependencies }}" - name: Run test suite From b05b9fecf07f93a6333e273e784b36b7b8cd1083 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 20 Nov 2025 09:11:41 +0100 Subject: [PATCH 4/4] Remove 'check ci' from README Removed the 'check ci' line from the README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c31ea240..1323a7d4 100644 --- a/README.md +++ b/README.md @@ -79,5 +79,3 @@ If you want to know more about the development workflow or want to contribute, p
**Meilisearch** provides and maintains many **SDKs and Integration tools** like this one. We want to provide everyone with an **amazing search experience for any kind of project**. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the [integration-guides](https://github.com/meilisearch/integration-guides) repository. - -check ci