From 6afa4491e4765c027736d7a595a7e4789da55660 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 1 May 2022 01:54:49 +0200 Subject: [PATCH] Fix build --- docs | 2 +- tests/makephar.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs b/docs index 3d82d8f26..90ca301a6 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 3d82d8f26edfa58457e1aec212cd908b5e8935e8 +Subproject commit 90ca301a61578ea7faca427babfbb9cdc06b9b7e diff --git a/tests/makephar.sh b/tests/makephar.sh index aa4d65c77..a1709dc35 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -33,6 +33,8 @@ rm -f madeline.phar testing.madeline* php8.0 $(which composer) update php8.0 vendor/bin/phabel publish -d "$TAG" +rm -rf vendor* +git reset --hard git checkout "$TAG.9998" cd ..