Skip to content

workflow fixes and static analysis update for php 8.1 #99

workflow fixes and static analysis update for php 8.1

workflow fixes and static analysis update for php 8.1 #99

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Run PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
memory_limit: 512M
path: src/Pipit/
configuration: phpstan.dist
level: 9
- name: Run Codeception Tests
run: php vendor/bin/codecept run