Skip to content

backward compatible php 5.4.0 below #45

backward compatible php 5.4.0 below

backward compatible php 5.4.0 below #45

Workflow file for this run

name: PHP Composer
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Making Phar data
run: composer make
- name: Checkikng signature
run: composer check