Skip to content

Refactor generation flow and upgrade docs #5

Refactor generation flow and upgrade docs

Refactor generation flow and upgrade docs #5

Workflow file for this run

name: PHP CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
coverage: none
extensions: curl, intl, mbstring, zip
- name: Install dependencies
run: composer install --no-interaction --no-progress
- name: Run PHPUnit
run: vendor/bin/phpunit