Skip to content

Rework the generation script to work with CLDR v46. #127

Rework the generation script to work with CLDR v46.

Rework the generation script to work with CLDR v46. #127

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