Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 13, 2022
1 parent c0b0f5a commit f2c33a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/test-with-real-projects.sh
Expand Up @@ -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
;;
Expand Down

0 comments on commit f2c33a8

Please sign in to comment.