Commit graph

8 commits

Author SHA1 Message Date
Bruce Wells
a1f86abc0b
PHP 8.3 (#133) 2023-11-23 10:38:20 -05:00
Bruce Wells
7704ba918f
Drop php74 (#120)
* PHPStan Level 6

* Drop PHP 7.4 support

* Add PHPStan badge to readme

* Code style cleanup
2022-12-21 18:52:18 -05:00
Bruce Wells
c59f4cd153
Php8.2 (#119)
* 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
2022-12-08 11:15:34 -05:00
Bruce Wells
b7b46bfc47
Phpcs fixer (#103)
* Configuring PHP CS Fixer

Dropping PHP 7,3 support

* Fixing merge issue
2022-04-26 17:31:50 -04:00
Bruce Wells
a0ff7a79af
Adding varExists method and support for undefined var handler in getVar (#96)
* 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
2022-03-21 12:52:25 -04:00
Mirosław Sztorc
6ebe4849ff
PHP 8.1 support (#94)
* php 8.1

* upgrading phpunit

* removing php7.2 support

* removing php7.2 from test matrix
2022-02-14 09:59:33 -05:00
Mirosław Sztorc
2f043ba2b2
CI - new workflow for GitHub actions (#82)
* php>=7.2

* CI workflow - added php matrix
2021-01-05 19:07:15 -05:00
Alexander Kiryukhin
ea898d7a7b
Code style fixes & Github Actions (#65)
* Code style fixes

Up phpunit to v8
New CI

* Remove travis

* Fix CI badge

* Added php-cs-fixer action
2020-05-31 20:50:39 -04:00