Skip to content

Bump es5-ext from 0.10.48 to 0.10.63 #128

Bump es5-ext from 0.10.48 to 0.10.63

Bump es5-ext from 0.10.48 to 0.10.63 #128

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