Skip to content

Commit f3feb85

Browse files
committed
Require Mage_Backup and Mage_PageCache on v19's release builder (#2890)
* Require Mage_Backup on v19 * Require Mage_PageCache on v19
1 parent ba7f510 commit f3feb85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
2727
restore-keys: ${{ runner.os }}-composer-
2828

29+
- name: Require Mage_Backup on v19
30+
if: startsWith(github.event.release.tag_name, 'v19')
31+
run: composer require --no-install --prefer-dist --no-progress --ignore-platform-req=ext-* openmage/module-mage-backup
32+
33+
- name: Require Mage_PageCache on v19
34+
if: startsWith(github.event.release.tag_name, 'v19')
35+
run: composer require --no-install --prefer-dist --no-progress --ignore-platform-req=ext-* openmage/module-mage-pagecache
36+
2937
- name: Composer install
3038
run: composer install --prefer-dist --no-progress --ignore-platform-req=ext-* --no-dev
3139

0 commit comments

Comments
 (0)