Skip to content

Commit 301cda9

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Add unused asan param to configure-x64 action
2 parents e4010fc + 9b7c506 commit 301cda9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/configure-x64/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ inputs:
66
skipSlow:
77
default: false
88
required: false
9+
asan:
10+
default: false
11+
required: false
912
runs:
1013
using: composite
1114
steps:

0 commit comments

Comments
 (0)