Bump phpoffice/phpspreadsheet from 1.19.0 to 1.29.2 #22
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PHP Composer | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Composer run action PHPUnit | |
uses: MayMeowHQ/composer-run-action@v4 | |
with: | |
composer_script: 'test' | |
cs-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Composer run action PHPC_CS | |
uses: MayMeowHQ/composer-run-action@v4 | |
with: | |
composer_script: 'cs-check' | |
stan: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Composer run action PHPStan | |
uses: MayMeowHQ/composer-run-action@v4 | |
with: | |
composer_script: 'stan' |