Skip to content

Commit

Permalink
Open 1.4.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 6, 2024
1 parent 219172e commit 487e1ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
push:
branches:
- "1.2.x"
- "1.4.x"

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
pull_request:
push:
branches:
- "1.2.x"
- "1.4.x"

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

jobs:
integration-test:
Expand Down

0 comments on commit 487e1ad

Please sign in to comment.