File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ addons:
13
13
14
14
env :
15
15
global :
16
- - COMPOSER_ROOT_VERSION=4.5 .x-dev
16
+ - COMPOSER_ROOT_VERSION=4.6 .x-dev
17
17
18
18
matrix :
19
19
fast_finish : true
@@ -69,10 +69,10 @@ before_script:
69
69
# Install composer dependencies
70
70
- composer validate
71
71
- mkdir ./public
72
- - if [[ $DB == PGSQL ]]; then composer require silverstripe/postgresql:2.2 .x-dev --no-update; fi
72
+ - if [[ $DB == PGSQL ]]; then composer require silverstripe/postgresql:2.4 .x-dev --no-update; fi
73
73
- if [[ $DB == SQLITE ]]; then composer require silverstripe/sqlite3:2.2.x-dev --no-update; fi
74
- - composer require silverstripe/recipe-testing:^1 silverstripe/recipe-core:4.5 .x-dev silverstripe/admin:1.5 .x-dev silverstripe/versioned:1.5 .x-dev --no-update
75
- - if [[ $PHPUNIT_TEST == cms ]]; then composer require silverstripe/recipe-cms:4.5 .x-dev --no-update; fi
74
+ - composer require silverstripe/recipe-testing:^1 silverstripe/recipe-core:4.6 .x-dev silverstripe/admin:1.6 .x-dev silverstripe/versioned:1.6 .x-dev --no-update
75
+ - if [[ $PHPUNIT_TEST == cms ]]; then composer require silverstripe/recipe-cms:4.6 .x-dev --no-update; fi
76
76
- if [[ $PHPCS_TEST ]]; then composer global require squizlabs/php_codesniffer:^3 --prefer-dist --no-interaction --no-progress --no-suggest -o; fi
77
77
- composer install --prefer-source --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
78
78
@@ -89,4 +89,3 @@ script:
89
89
90
90
after_success :
91
91
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi
92
-
Original file line number Diff line number Diff line change 61
61
"psr/container-implementation" : " 1.0.0"
62
62
},
63
63
"extra" : {
64
+ "branch-alias" : {
65
+ "4.x-dev" : " 4.6.x-dev"
66
+ },
64
67
"expose" : [
65
68
" client/images" ,
66
69
" client/styles"
You can’t perform that action at this time.
0 commit comments