mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19: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
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.0'
|
||||
php-version: '8.1'
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install
|
||||
|
||||
- name: Deploy
|
||||
uses: deployphp/action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user