Skip to content

Updated composer packages and fixed problems #11

Updated composer packages and fixed problems

Updated composer packages and fixed problems #11

Workflow file for this run

name: PHP 8.1
on: push
jobs:
php80:
name: Check PHP 8.1
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
uses: php-actions/composer@v5
with:
php_version: 8.1
args: --prefer-dist --ignore-platform-reqs
- name: Check code styling
run: composer ecs-check
- name: Create keys
run: ./bin/create_keys
- name: Run unit and feature tests
run: composer test