Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

jobs:
php:
strategy:
matrix:
arch: [x64, x86]
ts: [nts, ts]
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: php/php-windows-builder/php@v1
with:
php-version: '8.4.1'
arch: ${{ matrix.arch }}
ts: ${{ matrix.ts }}