Skip to content

Merge pull request #25 from solventt/dependabot/composer/php-di/php-d… #37

Merge pull request #25 from solventt/dependabot/composer/php-di/php-d…

Merge pull request #25 from solventt/dependabot/composer/php-di/php-d… #37

Workflow file for this run

name: Test php 8
on:
push:
branches:
- 8.0
pull_request:
branches:
- 8.0
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.0, 8.1]
steps:
- name: Clone a repository
uses: actions/[email protected]
- name: Install PHP ${{ matrix.php }}
uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php }}
- name: Install dependencies with Composer
uses: ramsey/[email protected]
- name: Run module tests
run : vendor/bin/phpunit
- name: Run code style checking
run : vendor/bin/phpcs
- name: Run a static analysis tool
run : vendor/bin/psalm