mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
misc: Composer dependencies are installed according to the minimum supported PHP version (#1884)
This commit is contained in:
parent
c98a4f760e
commit
5fe770070e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
- name: Upload Archive 📤
|
- name: Upload Archive 📤
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: TorrentPier
|
name: TorrentPier-master
|
||||||
path: ${{ steps.create-zip.outputs.ZIP_NAME }}
|
path: ${{ steps.create-zip.outputs.ZIP_NAME }}
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -59,6 +59,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
php-version: '8.1'
|
php-version: '8.1'
|
||||||
|
|
||||||
|
- name: Update composer.lock file
|
||||||
|
run: composer update --no-install
|
||||||
|
|
||||||
- name: 🖇 Install Composer dependencies
|
- name: 🖇 Install Composer dependencies
|
||||||
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue