File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929// Change the following value to false when the previous major release has reached end of development.
3030const PREVIOUS_CHECK = true ;
3131
32- const PREVIOUS_VERSION = '4.4 ' ;
32+ const PREVIOUS_VERSION = '5.1 ' ;
3333
34- const PREVIOUS_BRANCH = '4.4 -dev ' ;
34+ const PREVIOUS_BRANCH = '5.1 -dev ' ;
3535
3636const GITHUB_REPO = 'https://github.com/joomla/joomla-cms.git ' ;
3737
@@ -221,7 +221,7 @@ function usage($command)
221221 echo 'Runing build script for previous major version. ' . PHP_EOL ;
222222 echo PHP_EOL ;
223223
224- system ('php ./build/build.php --remote= ' . ($ options ['prevRemote ' ] ?? 'HEAD ' ) . ' --exclude-gzip --exclude-bzip2 ' );
224+ system ('php ./build/build.php --remote= ' . ($ options ['prevRemote ' ] ?? 'HEAD ' ) . ' --exclude-gzip --exclude-zstd ' );
225225
226226 chdir (__DIR__ );
227227
You can’t perform that action at this time.
0 commit comments