Skip to content

Commit

Permalink
Reset master parameters after merge of 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
botisSmile committed Dec 9, 2024
1 parent 623394d commit 7d39015
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 10 additions & 8 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d39015

Please sign in to comment.