Skip to content

Bump php-actions/phpunit from 4 to 7 #62

Bump php-actions/phpunit from 4 to 7

Bump php-actions/phpunit from 4 to 7 #62

Workflow file for this run

name: Verify
on:
pull_request:
branches:
- master
push:
branches:
- master
schedule:
- cron: '20 4 * * *'
jobs:
lint:
name: Run PHP linter validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: firehed/lint-php-action@v1
test:
name: Test with PHPUnit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v5
- uses: php-actions/phpunit@v7
with:
args: tests