Skip to content

Commit

Permalink
[wip] github/workflows #4
Browse files Browse the repository at this point in the history
  • Loading branch information
tarach committed Dec 18, 2023
1 parent beda1cb commit 38af1de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ jobs:
dump_contexts_to_log:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup PHP with logs
uses: shivammathur/setup-php@verbose
with:
php-version: '8.3'
extensions: mbstring, xml, ctype, iconv, intl

- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Generate runtime
run: |
chmod +x ./bin/create
Expand Down

0 comments on commit 38af1de

Please sign in to comment.