mirror of
https://github.com/deployphp/action.git
synced 2024-11-26 21:59:02 +00:00
docs(github-action): improve & update (#59)
* docs(github-action): update php to 8.1 * docs(github-actions): add composer install step
This commit is contained in:
parent
b4aad0389b
commit
eed58e3496
@ -97,7 +97,10 @@ jobs:
|
|||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.0'
|
php-version: '8.1'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: composer install
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: deployphp/action@v1
|
uses: deployphp/action@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user