diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ede57a2c4..c69681ff7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: name: Tests uses: ./.github/workflows/tests.yml with: - version: 2.0.x - last_published_version: 2.0.0 + version: master + last_published_version: dev-master use_default_github_ref: true secrets: inherit diff --git a/api/composer.json b/api/composer.json index 5ce751631..b4f310adb 100644 --- a/api/composer.json +++ b/api/composer.json @@ -11,7 +11,7 @@ "doctrine/doctrine-bundle": "^2.7", "doctrine/doctrine-migrations-bundle": "^3.2", "doctrine/orm": "^2.12", - "gally/gally-standard": "2.0.0", + "gally/gally-standard": "dev-master", "hautelook/alice-bundle": "2.11.0", "lexik/jwt-authentication-bundle": "^2.14", "nelmio/cors-bundle": "^2.2", diff --git a/api/composer.lock b/api/composer.lock index 6a97309f8..d3a948d40 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cfa89f8fad19bdc6239e6eaf65864334", + "content-hash": "50d2543e32fc391c108e569de4254570", "packages": [ { "name": "api-platform/core", @@ -2053,16 +2053,16 @@ }, { "name": "gally/gally-standard", - "version": "2.0.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Elastic-Suite/gally-standard.git", - "reference": "135d94629dcbae9d00f2125b3883e86bcb73aba5" + "reference": "f53bf49582e3d05a9cdcd3b6ff2c10670f1bf69c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Elastic-Suite/gally-standard/zipball/135d94629dcbae9d00f2125b3883e86bcb73aba5", - "reference": "135d94629dcbae9d00f2125b3883e86bcb73aba5", + "url": "https://api.github.com/repos/Elastic-Suite/gally-standard/zipball/f53bf49582e3d05a9cdcd3b6ff2c10670f1bf69c", + "reference": "f53bf49582e3d05a9cdcd3b6ff2c10670f1bf69c", "shasum": "" }, "require": { @@ -2130,9 +2130,9 @@ ], "support": { "issues": "https://github.com/Elastic-Suite/gally-standard/issues", - "source": "https://github.com/Elastic-Suite/gally-standard/tree/2.0.0" + "source": "https://github.com/Elastic-Suite/gally-standard/tree/master" }, - "time": "2024-11-27T09:06:05+00:00" + "time": "2024-12-09T15:44:37+00:00" }, { "name": "gedmo/doctrine-extensions", @@ -12764,7 +12764,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": { + "gally/gally-standard": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {