Skip to content

Commit 10d0726

Browse files
authored
Create main.yml
1 parent e0c95e7 commit 10d0726

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
jobs:
2+
php:
3+
strategy:
4+
matrix:
5+
arch: [x64, x86]
6+
ts: [nts, ts]
7+
runs-on: windows-2022
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v4
11+
12+
- name: Build
13+
uses: php/php-windows-builder/php@v1
14+
with:
15+
php-version: '8.4.1'
16+
arch: ${{ matrix.arch }}
17+
ts: ${{ matrix.ts }}

0 commit comments

Comments
 (0)