We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219172e commit 487e1adCopy full SHA for 487e1ad
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
push:
8
branches:
9
- - "1.2.x"
+ - "1.4.x"
10
11
jobs:
12
lint:
.github/workflows/integration-tests.yml
@@ -6,10 +6,10 @@ on:
env:
- COMPOSER_ROOT_VERSION: "1.2.x-dev"
+ COMPOSER_ROOT_VERSION: "1.4.x-dev"
13
14
15
integration-test:
0 commit comments