From 6eb37b9dc2321e4eaade9d3d2dca1aff6f2c0a8f Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 13 Dec 2022 11:49:22 +0100 Subject: [PATCH] Fix build --- bin/test-with-real-projects.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index 111cbc88d2d..9fd6483b0e6 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -30,10 +30,14 @@ collections) ;; psl) + # For circleCI + export PHP_EXTENSION_INTL=1 + export PHP_EXTENSION_BCMATH=1 + git clone git@github.com:psalm/endtoend-test-psl.git cd endtoend-test-psl git checkout 2.3.x - composer install --ignore-platform-reqs + composer install "$PSALM" --monochrome -c config/psalm.xml "$PSALM" --monochrome -c config/psalm.xml tests/static-analysis ;;