Skip to content

Commit

Permalink
php setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Alexandre Mutane committed Jul 14, 2023
1 parent 0a831cb commit 19cd621
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install composer dependencies
uses: php-actions/composer@v6
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
dev: no
php_version: "8.1.7"
php_extensions: ext-zip
php-version: '8.1'
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
coverage: none
- name: Run composer install
run: composer install -n --prefer-dist
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 19cd621

Please sign in to comment.