Skip to content

Commit

Permalink
Merge pull request #3 from caendesilva/main
Browse files Browse the repository at this point in the history
Rollback PSR installation causing massive workflow failures
  • Loading branch information
shivammathur committed Dec 7, 2023
2 parents 83d1155 + 7740029 commit 9d7c66c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/install-php-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ if [[ $PHP_VERSION != "5.6" ]]; then
DEBIAN_FRONTEND=noninteractive apt-fast install -y --no-install-recommends php$PHP_VERSION-ds
fi

if [[ $PHP_VERSION != "5.6" ]]; then
DEBIAN_FRONTEND=noninteractive apt-fast install -y --no-install-recommends php$PHP_VERSION-psr || true
fi

if [[ $PHP_VERSION = "7.0" || $PHP_VERSION = "7.1" ]]; then
DEBIAN_FRONTEND=noninteractive apt-fast install -y --no-install-recommends php$PHP_VERSION-sodium
[ "${BUILDS:?}" = "debug" ] && apt-fast install -y --no-install-recommends php$PHP_VERSION-sodium$PHP_PKG_SUFFIX
Expand Down

0 comments on commit 9d7c66c

Please sign in to comment.