Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Add build for php8.3 & enable artifact collection (#82)
* Support for php8.3 on Windows using php/[email protected] * Collect the build artifacts (.dll / .so) in the following format: * Linux: `yaml_${{ matrix.php-version }}_linux` * Windows: `yaml_${{ matrix.php-version }}_win32_${{ matrix.ts }}_${{ matrix.arch }}`
- Loading branch information