The official PHP builds for windows from php.net use windows-2019 (VS16). That's why windows users see the following mismatch error when trying to load the module:
Warning: PHP Startup: Can't load module 'php_libsql.dll' as it's linked with 14.40, but the core is linked with 14.29 in Unknown on line 0
The official PHP builds for windows from php.net use
windows-2019
(VS16). That's why windows users see the following mismatch error when trying to load the module:Here's a link to the github action windows config the official PHP Interpreter uses: https://github.com/php/php-src/blob/93c3ebd209f2111f986a0db4c7b6ddb7284fd71c/.github/workflows/nightly.yml#L886
This PR updates this project's github action to match the PHP interpreter project
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information