Skip to content

Bump @babel/preset-env from 7.23.2 to 7.23.3 #207

Bump @babel/preset-env from 7.23.2 to 7.23.3

Bump @babel/preset-env from 7.23.2 to 7.23.3 #207

Workflow file for this run

name: Testing Suite
on:
push:
branches:
- develop
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
php-tests:
strategy:
matrix:
php: [8.0, 8.1]
wordpress: ["latest"]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}