Skip to content

Bump phpseclib/phpseclib from 2.0.31 to 2.0.47 in /vendor-bin/box #31

Bump phpseclib/phpseclib from 2.0.31 to 2.0.47 in /vendor-bin/box

Bump phpseclib/phpseclib from 2.0.31 to 2.0.47 in /vendor-bin/box #31

Workflow file for this run

name: CI-Full
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "7.4"
coverage: "pcov"
ini-values: "zend.assertions=1"
- name: Prepare project
run: |
composer install
composer bin all install
- name: Check full
run: |
./psh ci