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 bb3da9d commit f917355Copy full SHA for f917355
.circleci/config.yml
@@ -5,6 +5,7 @@ jobs:
5
branches:
6
only:
7
- master
8
+ - build-v2
9
docker:
10
- image: circleci/php:7.1
11
steps:
build/build.sh
@@ -5,8 +5,8 @@ cd build
composer install --no-interaction --no-progress
rm -rf build-7.x build-8.x
-git clone --branch 7.x $REPO build-7.x
-git clone --branch 8.x $REPO build-8.x
+git clone --branch 7.x-v2 $REPO build-7.x
+git clone --branch 8.x-v2 $REPO build-8.x
php build-composer-json.php
12
0 commit comments