File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
include :
11
11
- php : 5.6
12
- env : DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1
12
+ env : DB=MYSQL INSTALLER_VERSION=4.0.x-dev PHPCS_TEST=1 PHPUNIT_TEST=1
13
13
- php : 7.0
14
- env : DB=PGSQL PHPUNIT_TEST=1
14
+ env : DB=PGSQL INSTALLER_VERSION=4.1.x-dev PHPUNIT_TEST=1
15
15
- php : 7.1
16
- env : DB=MYSQL PHPUNIT_COVERAGE_TEST=1
16
+ env : DB=MYSQL INSTALLER_VERSION=4.2.x-dev PHPUNIT_COVERAGE_TEST=1
17
17
- php : 7.2
18
- env : DB=MYSQL PHPUNIT_TEST=1
18
+ env : DB=MYSQL INSTALLER_VERSION=4.x-dev PHPUNIT_TEST=1
19
19
20
20
before_script :
21
21
# Init PHP
@@ -25,7 +25,7 @@ before_script:
25
25
26
26
# Install composer dependencies
27
27
- composer validate
28
- - composer require --no-update silverstripe/installer:4.0.x-dev silverstripe/widgets:2.x-dev
28
+ - composer require --no-update silverstripe/installer:$INSTALLER_VERSION silverstripe/widgets:2.x-dev
29
29
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.0.x-dev; fi
30
30
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
31
31
You can’t perform that action at this time.
0 commit comments