Skip to content

Test using niden/actions-memcached@v7 #175

Test using niden/actions-memcached@v7

Test using niden/actions-memcached@v7 #175

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
phpunit:
strategy:
fail-fast: true
matrix:
php: [ 8.0, 8.1, 8.2, 8.3 ]
wp_version: [ "latest" ]
multisite: [ false, true ]
name: WordPress ${{ matrix.wp_version }} @ PHP ${{ matrix.php }} (WP_MULTISITE=${{ matrix.multisite }})
uses: niden/actions-memcached@v7
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main

Check failure on line 16 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
with:
command: "phpunit"
php: ${{ matrix.php }}
wordpress: ${{ matrix.wp_version }}
multisite: ${{ matrix.multisite }}