Skip to content

Commit

Permalink
REDSHOP-6200 Update Joomla version 3.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenTrang091296 committed Dec 29, 2020
1 parent 099bc34 commit fcfcd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function testsSitePreparation($use_htaccess = 1, $cleanUp = 1)
* When joomla Staging branch has a bug you can uncomment the following line as a tmp fix for the tests layer.
* Use as $version value the latest tagged stable version at: https://github.com/joomla/joomla-cms/releases
*/
$version = '3.9.22';
$version = '3.9.23';

$this->_exec("git clone -b $version --single-branch --depth 1 https://github.com/joomla/joomla-cms.git tests/joomla-cms");
$this->say("Joomla CMS ($version) site created at tests/joomla-cms");
Expand Down

0 comments on commit fcfcd4c

Please sign in to comment.