nikic / scalar_objects

Extension that adds support for method calls on primitive types in PHP
MIT License
1.13k stars 44 forks source link

Resolves #46 Add Github Actions workflow #47

Closed tony-sol closed 2 years ago

tony-sol commented 2 years ago

Resolves #46 Github Actions workflow proposal

Tests run on ubuntu-latest and macos-latest for PHP versions: 7.0-8.1 + nightly (current nightly version: 8.2)

All jobs successful except with nightly version

nikic commented 2 years ago

Thanks! I've taken the opportunity to fix PHP 8.2 support as well.