Skip to content

Bump yoast/phpunit-polyfills from 1.1.1 to 2.0.1 #8

Bump yoast/phpunit-polyfills from 1.1.1 to 2.0.1

Bump yoast/phpunit-polyfills from 1.1.1 to 2.0.1 #8

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run plugin check
uses: wordpress/plugin-check-action@v1