Skip to content

Commit 487e1ad

Browse files
committed
Open 1.4.x-dev
1 parent 219172e commit 487e1ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.2.x"
9+
- "1.4.x"
1010

1111
jobs:
1212
lint:

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.2.x"
9+
- "1.4.x"
1010

1111
env:
12-
COMPOSER_ROOT_VERSION: "1.2.x-dev"
12+
COMPOSER_ROOT_VERSION: "1.4.x-dev"
1313

1414
jobs:
1515
integration-test:

0 commit comments

Comments
 (0)