Skip to content

Commit

Permalink
docs(github-action): improve & update (#3482)
Browse files Browse the repository at this point in the history
* docs(github-action): update php to 8.1

* docs(github-actions): add composer install step
  • Loading branch information
SimJoSt committed Feb 6, 2023
1 parent 3cb4b1e commit a49ca2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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
Expand Down

0 comments on commit a49ca2e

Please sign in to comment.