File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ script:
3131 - phpunit
3232 - php box.phar build
3333 - php drupal.phar --version
34- - php drupal.phar site:new drupal8.dev 8.0.1 --no-interaction
34+ - php drupal.phar site:new drupal8.dev 8.0.3 --no-interaction
3535 - cd drupal8.dev
3636 - php ../drupal.phar site:install standard --langcode=en --db-type=sqlite --db-file=sites/default/files/.ht.sqlite --site-name="Drupal 8 Site Install" --site-mail=admin@example.com --account-name=admin --account-mail=admin@example.com --account-pass=admin --no-interaction
3737 - php ../drupal.phar chain --file=$PROJECT_DIR/config/dist/chain/sample.yml
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ class Application extends BaseApplication
2929 /**
3030 * @var string
3131 */
32- const VERSION = '0.10.8 ' ;
32+ const VERSION = '0.10.9 ' ;
3333 /**
3434 * @var string
3535 */
36- const DRUPAL_SUPPORTED_VERSION = '8.0.2 ' ;
36+ const DRUPAL_SUPPORTED_VERSION = '8.0.3 ' ;
3737 /**
3838 * @var \Drupal\Console\Config
3939 */
You can’t perform that action at this time.
0 commit comments