Skip to content

Commit

Permalink
add composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Nov 7, 2023
1 parent 9d27006 commit 132d23d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
required: false
default: false
type: boolean
php:
default: "8.1"
required: false
type: string
node:
default: 18
required: false
Expand Down Expand Up @@ -113,6 +117,13 @@ jobs:
echo "VERSION_NAME=$VERSION_NAME"
echo "VERSION_TAG=$VERSION_TAG"
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: ${{ inputs.php }}
version: 2
args: --prefer-dist --no-dev

- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 132d23d

Please sign in to comment.