Skip to content

Bump babel-eslint from 8.2.6 to 10.1.0 #226

Bump babel-eslint from 8.2.6 to 10.1.0

Bump babel-eslint from 8.2.6 to 10.1.0 #226

Workflow file for this run

name: Testing Suite
on:
pull_request:
jobs:
unit-tests:
strategy:
matrix:
php: [8.0, 8.1]
wordpress: [5.9, "latest"]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}