Skip to content

Make the administrative area required for BB, CL, CV, EG, IR, KI, MY,… #114

Make the administrative area required for BB, CL, CV, EG, IR, KI, MY,…

Make the administrative area required for BB, CL, CV, EG, IR, KI, MY,… #114

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: PHPUnit Tests PHP 8.1
uses: php-actions/phpunit@master
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text
php_extensions: xdebug bcmath
php_version: 8.1
version: 9
env:
XDEBUG_MODE: coverage