Skip to content

Commit 696059f

Browse files
committed
#145 - Enable Thread safe in matrix
1 parent 990d6ec commit 696059f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
32-
ts: [ 'nts' ]
32+
ts: [ 'ts', 'nts' ]
3333
arch: [ 'x64' ]
3434

3535
name:

0 commit comments

Comments
 (0)