Skip to content

Bump shivammathur/setup-php from 2.31.1 to 2.32.0 #1555

Bump shivammathur/setup-php from 2.31.1 to 2.32.0

Bump shivammathur/setup-php from 2.31.1 to 2.32.0 #1555

Workflow file for this run

on:
- push
- pull_request
env:
PLUGIN_NAME: dxw-sec-api
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: shivammathur/[email protected]
with:
php-version: "8.2"
coverage: none
tools: composer
- name: Install dependencies
run: |
cd "wp-content/plugins/$PLUGIN_NAME"
composer --no-interaction install
- name: Run tests
run: |
cd "wp-content/plugins/$PLUGIN_NAME"
vendor/bin/kahlan --spec=specs