Skip to content

modified config to support php 8.2 and 8.3 #34

modified config to support php 8.2 and 8.3

modified config to support php 8.2 and 8.3 #34

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v1
- name: Setup PHP
uses: shivammathur/[email protected]
with:
php-version: '7.4'
tools: phpunit
extension: mbstring, intl, simplexml, dom,
ini-values: post_max_size=256M, short_open_tag=On
coverage: xdebug
pecl: false
- name: Run tests
run: phpunit -c tests/configuration.xml