Skip to content

Commit

Permalink
DQA-6055: Prepare release 9.4.0. (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva authored Jan 31, 2023
1 parent 5fb118c commit 5c0474d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Toolkit change log

## Version 9.4.0
- DQA-6028: Allow options in command test-phpunit.

## Version 9.3.0
- DQA-5410: Improve load of database during clone install.
- DQA-5473: Tests for DrupalCommands.
Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<paths>
<output>docs</output>
</paths>
<version number="9.3.0">
<version number="9.4.0">
<folder>latest</folder>
<api>
<source dsn=".">
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
public const VERSION = '9.3.0';
public const VERSION = '9.4.0';

/**
* Returns the Toolkit root.
Expand Down
12 changes: 6 additions & 6 deletions tests/fixtures/commands/tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
----------------- ---------------------
PHP version OK (8.1.14)
Toolkit version OK (9.3.0)
Toolkit version OK (9.4.0)
Drupal version FAIL (not found) ()
----------------- ---------------------
php8.2:
Expand All @@ -61,7 +61,7 @@
----------------- ---------------------
PHP version OK (8.2.1)
Toolkit version OK (9.3.0)
Toolkit version OK (9.4.0)
Drupal version FAIL (not found) ()
----------------- ---------------------
Expand Down Expand Up @@ -92,7 +92,7 @@
----------------- -------------
PHP version OK (8.1.14)
Toolkit version OK (9.3.0)
Toolkit version OK (9.4.0)
Drupal version OK (9.4.8)
----------------- -------------
php8.2:
Expand All @@ -116,7 +116,7 @@
----------------- ------------
PHP version OK (8.2.1)
Toolkit version OK (9.3.0)
Toolkit version OK (9.4.0)
Drupal version OK (9.4.8)
----------------- ------------
Expand Down Expand Up @@ -149,7 +149,7 @@
[WARNING] Failed to get Toolkit version from composer.lock.
Minimum version: ^9.0
Current version: 9.3.0
Current version: 9.4.0
Version check: OK
- command: toolkit:check-version
Expand All @@ -162,7 +162,7 @@
> Checking Toolkit version:
Minimum version: ^9.0
Current version: 9.3.0
Current version: 9.4.0
Version check: OK
- command: toolkit:vendor-list
Expand Down

0 comments on commit 5c0474d

Please sign in to comment.