Skip to content

Commit fdde9f2

Browse files
Update version in workflow
1 parent 24c5fbe commit fdde9f2

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Tests
2121
uses: ./.github/workflows/tests.yml
2222
with:
23-
version: 2.2.x
23+
version: main
2424
last_published_version: 2.2.0
2525
use_default_github_ref: true
2626
secrets: inherit

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919
with:
2020
repository: 'Elastic-Suite/gally-admin'
21-
ref: 2.2.x
21+
ref: main
2222
path: front/gally-admin
2323
- name: Cache Composer dependencies
2424
uses: actions/cache@v4

api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"doctrine/doctrine-bundle": "^2.7",
1212
"doctrine/doctrine-migrations-bundle": "^3.2",
1313
"doctrine/orm": "^2.12",
14-
"gally/gally-standard": "2.2.0",
14+
"gally/gally-standard": "dev-main",
1515
"lexik/jwt-authentication-bundle": "^2.14",
1616
"nelmio/cors-bundle": "^2.2",
1717
"opensearch-project/opensearch-php": "^2.3",

api/composer.lock

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)