Skip to content

Merge branch 'feature/code-upgrades' of github.com:justbetter/magento… #100

Merge branch 'feature/code-upgrades' of github.com:justbetter/magento…

Merge branch 'feature/code-upgrades' of github.com:justbetter/magento… #100

Workflow file for this run

name: PHPStan
on: ['push', 'pull_request']
jobs:
test:
runs-on: ubuntu-latest
name: analyse
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: dom, curl, libxml, mbstring, zip, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none
- name: Install dependencies
run: composer install --no-interaction
- name: Analyse
run: composer run analyse