Skip to content

Bump express from 4.16.4 to 4.19.2 #133

Bump express from 4.16.4 to 4.19.2

Bump express from 4.16.4 to 4.19.2 #133

Workflow file for this run

name: Laravel
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
laravel-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: vendor/bin/phpunit