Skip to content

Commit

Permalink
Open 1.5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 10, 2022
1 parent a897d3a commit c0c9175
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backward-compatibility.yml
Expand Up @@ -9,7 +9,7 @@ on:
- "master"

env:
COMPOSER_ROOT_VERSION: "1.4.x-dev"
COMPOSER_ROOT_VERSION: "1.5.x-dev"

jobs:
backward-compatibility:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compiler-tests.yml
Expand Up @@ -9,7 +9,7 @@ on:
- "master"

env:
COMPOSER_ROOT_VERSION: "1.4.x-dev"
COMPOSER_ROOT_VERSION: "1.5.x-dev"

jobs:
compiler-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Expand Up @@ -13,7 +13,7 @@ on:
- 'compiler/**'

env:
COMPOSER_ROOT_VERSION: "1.4.x-dev"
COMPOSER_ROOT_VERSION: "1.5.x-dev"

jobs:
result-cache-e2e-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -9,7 +9,7 @@ on:
- "master"

env:
COMPOSER_ROOT_VERSION: "1.4.x-dev"
COMPOSER_ROOT_VERSION: "1.5.x-dev"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -13,7 +13,7 @@ on:
- 'compiler/**'

env:
COMPOSER_ROOT_VERSION: "1.4.x-dev"
COMPOSER_ROOT_VERSION: "1.5.x-dev"

jobs:
static-analysis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -13,7 +13,7 @@ on:
- 'compiler/**'

env:
COMPOSER_ROOT_VERSION: "1.4.x-dev"
COMPOSER_ROOT_VERSION: "1.5.x-dev"

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -74,7 +74,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
"dev-master": "1.5-dev"
},
"patcher": {
"search": "patches"
Expand Down
112 changes: 56 additions & 56 deletions composer.lock

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

0 comments on commit c0c9175

Please sign in to comment.