You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }}`
0 commit comments