Skip to content

move temp data to temp #58

move temp data to temp

move temp data to temp #58

Workflow file for this run

name: Bare Run on various PHP versions
on:
push:
branches:
- main
jobs:
bare_run:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php_version: ['7.4', '8.0', '8.2']
steps:
-
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
coverage: none
- run: composer require rector/argtyper
- run: vendor/bin/argtyper list --ansi