Skip to content

Bump the composer group across 2 directories with 7 updates #183

Bump the composer group across 2 directories with 7 updates

Bump the composer group across 2 directories with 7 updates #183

Workflow file for this run

name: laravel-ci
on:
push:
pull_request:
jobs:
php:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: mbstring, xml, bcmath, pdo_mysql
- name: Install dependencies
working-directory: wp-malware-scanner-laravel
run: composer install --no-interaction --prefer-dist
- name: Lint routes
working-directory: wp-malware-scanner-laravel
run: php -l routes/web.php