We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7f510 commit f3feb85Copy full SHA for f3feb85
.github/workflows/release.yml
@@ -26,6 +26,14 @@ jobs:
26
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
27
restore-keys: ${{ runner.os }}-composer-
28
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
35
+ run: composer require --no-install --prefer-dist --no-progress --ignore-platform-req=ext-* openmage/module-mage-pagecache
36
37
- name: Composer install
38
run: composer install --prefer-dist --no-progress --ignore-platform-req=ext-* --no-dev
39
0 commit comments