Skip to content

Commit d30b12e

Browse files
committed
Debug PHP 8.5 - fix syntax
1 parent f04f6e2 commit d30b12e

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
@@ -56,4 +56,4 @@ jobs:
5656
run: >
5757
php -v ;
5858
php -m ;
59-
for i in (pipe_to_callable pipe_to_variable pipe_to_callable_string pipe_to_callable_array pipe_to_callable_without_all_args pipe_to_callable_new pipe_to_callable_anonymous_new pipe_to_closure pipe_to_throw missing_function missing_argument pipe_chain nullsafe_pipe nullsafe_chain concat_precedence addition_precedence comparison_precedence ternary_precedence short_ternary_precedence coalesce_precedence rfc_example rejects_by_reference_functions accepts_prefer_by_reference_functions execution_order interrupted_by_exception generators pipe_precedence_challenges) ; do sh xp-run xp.test.Runner lang.ast.unittest.emit.PipelinesTest::$i --output=code ; done
59+
for i in pipe_to_callable pipe_to_variable pipe_to_callable_string pipe_to_callable_array pipe_to_callable_without_all_args pipe_to_callable_new pipe_to_callable_anonymous_new pipe_to_closure pipe_to_throw missing_function missing_argument pipe_chain nullsafe_pipe nullsafe_chain concat_precedence addition_precedence comparison_precedence ternary_precedence short_ternary_precedence coalesce_precedence rfc_example rejects_by_reference_functions accepts_prefer_by_reference_functions execution_order interrupted_by_exception generators pipe_precedence_challenges ; do sh xp-run xp.test.Runner lang.ast.unittest.emit.PipelinesTest::$i --output=code ; done

0 commit comments

Comments
 (0)