Skip to content

Commit 760cfd6

Browse files
committed
:octocat: enable x86 and nts builds 🔥
1 parent 9325efc commit 760cfd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows-php7.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php: ["7.4", "7.3", "7.2", "7.1", "7.0"] #
22-
arch: ["x64"] # , "x86"
23-
ts: ["ts"] # , "nts"
21+
php: ["7.4", "7.3", "7.2", "7.1", "7.0"]
22+
arch: ["x64", "x86"]
23+
ts: ["ts", "nts"]
2424

2525
runs-on: windows-2019
2626

0 commit comments

Comments
 (0)