Skip to content

Commit f395ecf

Browse files
committed
Fix matrics args
1 parent 117dad9 commit f395ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ jobs:
227227

228228
matrix:
229229
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
230-
arch: 'x64'
231-
build_type: 'nts'
230+
arch: ['x64']
231+
build_type: ['nts']
232232
name:
233233
- ubuntu
234234
- macos

0 commit comments

Comments
 (0)