Skip to content

Merge pull request #33 from eFrane/dependabot/npm_and_yarn/docs/expre… #69

Merge pull request #33 from eFrane/dependabot/npm_and_yarn/docs/expre…

Merge pull request #33 from eFrane/dependabot/npm_and_yarn/docs/expre… #69

Workflow file for this run

name: Tests (PHP)
on:
push:
branches:
- 'master'
pull_request:
paths:
- '**.php'
- 'phpunit.xml'
jobs:
phpunit7_4:
name: PHPUnit @ PHP 7.4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: php-actions/composer@v5
with:
php_version: latest
- uses: php-actions/phpunit@v2
with:
php_version: 7.4
phpunit_latest:
name: PHPUnit @ PHP latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: php-actions/composer@v5
with:
php_version: latest
- uses: php-actions/phpunit@v2
with:
php_version: latest