@@ -10,20 +10,6 @@ test-report: vendor
1010test-fix : vendor
1111 ./bin/test-fix
1212
13- update-compatibility-patch-72 :
14- @git apply tests/php72-compatibility.patch
15- @printf " Please open your editor and apply your changes\n"
16- @until [ " $$ {compatibility_resolved}" == " y" ]; do read -p " Have finished your changes (y|n)? " compatibility_resolved; done && compatibility_resolved=
17- @git diff -- tests/expected_report.txt tests/fixed tests/input > .tmp-patch && mv .tmp-patch tests/php72-compatibility.patch && git apply -R tests/php72-compatibility.patch
18- @git commit -m ' Update compatibility patch' tests/php72-compatibility.patch
19-
20- update-compatibility-patch-73 :
21- @git apply tests/php73-compatibility.patch
22- @printf " Please open your editor and apply your changes\n"
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 tests/input > .tmp-patch && mv .tmp-patch tests/php73-compatibility.patch && git apply -R tests/php73-compatibility.patch
25- @git commit -m ' Update compatibility patch' tests/php73-compatibility.patch
26-
2713update-compatibility-patch-74 :
2814 @git apply tests/php74-compatibility.patch
2915 @printf " Please open your editor and apply your changes\n"
@@ -38,6 +24,20 @@ update-compatibility-patch-80:
3824 @git diff -- tests/expected_report.txt tests/fixed tests/input > .tmp-patch && mv .tmp-patch tests/php80-compatibility.patch && git apply -R tests/php80-compatibility.patch
3925 @git commit -m ' Update compatibility patch' tests/php80-compatibility.patch
4026
27+ update-compatibility-patch-81 :
28+ @git apply tests/php81-compatibility.patch
29+ @printf " Please open your editor and apply your changes\n"
30+ @until [ " $$ {compatibility_resolved}" == " y" ]; do read -p " Have finished your changes (y|n)? " compatibility_resolved; done && compatibility_resolved=
31+ @git diff -- tests/expected_report.txt tests/fixed tests/input > .tmp-patch && mv .tmp-patch tests/php81-compatibility.patch && git apply -R tests/php81-compatibility.patch
32+ @git commit -m ' Update compatibility patch' tests/php81-compatibility.patch
33+
34+ update-compatibility-patch-82 :
35+ @git apply tests/php82-compatibility.patch
36+ @printf " Please open your editor and apply your changes\n"
37+ @until [ " $$ {compatibility_resolved}" == " y" ]; do read -p " Have finished your changes (y|n)? " compatibility_resolved; done && compatibility_resolved=
38+ @git diff -- tests/expected_report.txt tests/fixed tests/input > .tmp-patch && mv .tmp-patch tests/php82-compatibility.patch && git apply -R tests/php82-compatibility.patch
39+ @git commit -m ' Update compatibility patch' tests/php82-compatibility.patch
40+
4141vendor : composer.json
4242 composer update
4343 touch -c vendor
0 commit comments