Commit Graph

4 Commits

Author SHA1 Message Date
Alexey Kopytko f6e1821bf2
Add GitHub workflows, test on PHP 8 (#31)
* Add GitHub workflows, test on PHP 8

* Reflect that package is not installable under PHP <5.6 due to deps
2021-01-01 20:29:43 +09:00
Alexey Kopytko 2fc22c490b
Updated CI config for Travis, preload OLE (#16)
* Test only on supported PHP versions on Travis CI.

* Preload OLE.php as contains important constants.
Were getting: Use of undefined constant OLE_PPS_TYPE_FILE - assumed 'OLE_PPS_TYPE_FILE' (this will throw an Error in a future version of PHP) in OLE/PPS/File.php:60

* Forbid installing on PHP 7.3 for time being.
pear/OLE does not really work on PHP 7.3, so this package is also unusable there.
2018-10-23 10:53:35 +09:00
Alexey Kopytko 30f5697ed7 Additional tests with default version, and with formats 2016-06-16 13:22:23 +09:00
Alexey Kopytko 760a4dd307 Fixed autoloading for tests 2016-06-16 13:22:23 +09:00