Skip to content

Commit

Permalink
Fix extension version in test_pecl --build-all
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Nov 5, 2022
1 parent 55753f4 commit 85def64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_pecl.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [ "$PHP_VERSION" = "5.6" ]; then
sudo pecl install -f psr-0.6.1
sudo pecl install -f psr-0.6.0
elif [[ "$PHP_VERSION" =~ 7.[0-2]$ ]]; then
sudo pecl install -f psr-1.1.0
else
Expand Down

0 comments on commit 85def64

Please sign in to comment.