Skip to content

Bump axios from 1.13.2 to 1.15.0 in the npm_and_yarn group across 1 directory #294

Bump axios from 1.13.2 to 1.15.0 in the npm_and_yarn group across 1 directory

Bump axios from 1.13.2 to 1.15.0 in the npm_and_yarn group across 1 directory #294

Workflow file for this run

name: PHPUnit
permissions:
contents: read
on:
pull_request:
branches:
- develop
paths-ignore:
- '**.php'
jobs:
phpunit:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0']
steps:
- run: 'echo "No PHPUnit check required"'