File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ test-fix: vendor
18
18
@if [ -f " $( PATCH_FILE) " ]; then git apply -R $(PATCH_FILE ) ; fi
19
19
20
20
update-compatibility-patch-74 :
21
- @git apply tests/php -compatibility.patch
21
+ @git apply tests/php74 -compatibility.patch
22
22
@printf " Please open your editor and apply your changes\n"
23
23
@until [ " $$ {compatibility_resolved}" == " y" ]; do read -p " Have finished your changes (y|n)? " compatibility_resolved; done && compatibility_resolved=
24
- @git diff -- tests/expected_report.txt tests/fixed > .tmp-patch && mv .tmp-patch tests/php -compatibility.patch && git apply -R tests/php -compatibility.patch
25
- @git commit -m ' Update compatibility patch' tests/php -compatibility.patch
24
+ @git diff -- tests/expected_report.txt tests/fixed > .tmp-patch && mv .tmp-patch tests/php74 -compatibility.patch && git apply -R tests/php74 -compatibility.patch
25
+ @git commit -m ' Update compatibility patch' tests/php74 -compatibility.patch
26
26
27
27
update-compatibility-patch-80 :
28
28
@git apply tests/php80-compatibility.patch
You can’t perform that action at this time.
0 commit comments