Skip to content

Bump wp-cli/php-cli-tools from 0.12.8 to 0.12.9 #668

Bump wp-cli/php-cli-tools from 0.12.8 to 0.12.9

Bump wp-cli/php-cli-tools from 0.12.8 to 0.12.9 #668

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["8.1", "8.2", "8.3", "8.4"]
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.version }}
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run tests
run: vendor/bin/phpunit