Skip to content

Commit f0b0421

Browse files
committed
Adapt to 6.0-dev
1 parent eb4e3ef commit f0b0421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/update_deleted_files.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
// Change the following value to false when the previous major release has reached end of development.
3030
const 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

3636
const 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

0 commit comments

Comments
 (0)