aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Drop php74 (#120)Bruce Wells2022-12-221-1/+1
| | | | | | | | | * PHPStan Level 6 * Drop PHP 7.4 support * Add PHPStan badge to readme * Code style cleanup
* Php8.2 (#119)v2.3.2Bruce Wells2022-12-081-7/+3
| | | | | | | | | * PHP 8.2 Support * Code style fixes * Specify precision of 16 for tests * Remove PHPStan testing due to PHP version differences * Update actions to latest versions * Updated tests to avoid hard coded values * Enhanced error reporting for tests
* Phpcs fixer (#103)Bruce Wells2022-04-271-2/+1
| | | | | | | * Configuring PHP CS Fixer Dropping PHP 7,3 support * Fixing merge issue
* Adding varExists method and support for undefined var handler in getVar (#96)V2.1.112.0.4Bruce Wells2022-03-211-4/+4
| | | | | | | | | | | | | | | * Added varExists method * getVar now respects VarNotFoundHandler setting * Use local version of PHP-CS-Fixer Instead of hard coded version from github actions * Fixing actions * Fixing actions * Dropping testing for 7.3, as it is no longer supported
* PHP 8.1 support (#94)V2.1.10Mirosław Sztorc2022-02-141-1/+2
| | | | | | | | | * php 8.1 * upgrading phpunit * removing php7.2 support * removing php7.2 from test matrix
* CI - new workflow for GitHub actions (#82)Mirosław Sztorc2021-01-061-13/+33
| | | | | * php>=7.2 * CI workflow - added php matrix
* Code style fixes & Github Actions (#65)V2.0.2Alexander Kiryukhin2020-06-011-0/+19
* Code style fixes Up phpunit to v8 New CI * Remove travis * Fix CI badge * Added php-cs-fixer action