Skip to content

Commit

Permalink
Updated compat info detection
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboia committed Apr 23, 2024
1 parent 1ec8bf3 commit 8519930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/detect-compat-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else
COMPAT_RESTORE_DIR=false
fi

phpcompatinfo analyser:run . --exclude tests --exclude help > ./build/compat-info/main-compat-info.txt
phpcompatinfo analyser:run . --exclude tests --exclude help --exclude build --exclude bin --exclude docs > ./build/compat-info/main-compat-info.txt
phpcompatinfo analyser:run ./tests > ./build/compat-info/tests-compat-info.txt
phpcompatinfo analyser:run ./help > ./build/compat-info/help-compat-info.txt

Expand Down

0 comments on commit 8519930

Please sign in to comment.