Skip to content

Truly return string[] #229

Truly return string[]

Truly return string[] #229

Workflow file for this run

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