Skip to content

Commit 7d39015

Browse files
committed
Reset master parameters after merge of 2.0.x
1 parent 623394d commit 7d39015

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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.0.x
24-
last_published_version: 2.0.0
23+
version: master
24+
last_published_version: dev-master
2525
use_default_github_ref: true
2626
secrets: inherit

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.0.0",
14+
"gally/gally-standard": "dev-master",
1515
"hautelook/alice-bundle": "2.11.0",
1616
"lexik/jwt-authentication-bundle": "^2.14",
1717
"nelmio/cors-bundle": "^2.2",

api/composer.lock

Lines changed: 10 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)