Github Action to set up an environment for building and testing PHP extensions on Windows.
- id: setup-php-sdk uses: cmb69/setup-php-sdk@v0.1 with: version: 8.0 arch: x64 ts: nts - uses: ilammy/msvc-dev-cmd@v1 with: arch: x64 toolset: ${{steps.setup-php-sdk.outputs.toolset}} - run: phpize - run: configure --enable-dbase --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} - run: nmake - run: nmake test TESTS=tests
version
7.0
7.1
7.2
7.3
7.4
8.0
8.1
arch
x64
x86
ts
nts
toolset
prefix