Closed carlos-granados closed 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
This has been merged into a maintained fork here https://github.com/fast-debug/PHP-CPP/pull/1
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