CopernicaMarketingSoftware / PHP-CPP

Library to build PHP extensions with C++
http://www.php-cpp.com/
Apache License 2.0
1.43k stars 333 forks source link

GitHub actions #502

Closed carlos-granados closed 1 year ago

carlos-granados commented 1 year ago

Building on Travis-CI has stopped being free, so we need an alternative.

This pull request adds building using Github Actions which is free for public repositories and removes building using Travis-CI

Updates the version of Ubuntu used to run the test to Focal (20.04) and updates the list of compilers available in that version of the OS

Fixes an issue that was introduced in v2.3.0 which stops the library building for PHP 7.0 and 7.1

Fixes #501 Fixes #492

carlos-granados commented 1 year ago

This has been merged into a maintained fork here https://github.com/fast-debug/PHP-CPP/pull/1