Skip to content

Merge branch 'release/5.0.0' #85

Merge branch 'release/5.0.0'

Merge branch 'release/5.0.0' #85

Workflow file for this run

name: Codeception
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1.17
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
- name: Install dependencies
run: composer install
- name: Run unit tests
run: php vendor/bin/codecept run unit