Skip to content

Commit 51f1c87

Browse files
PHP redis is already removed from the image
1 parent ca4f47d commit 51f1c87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/jobs/composer_setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ section_start "Configure PHP"
88
PHPVERSION=$(php -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION."\n";')
99
export PHPVERSION
1010
echo "$PHPVERSION" | tee -a "$ARTIFACTS"/phpversion.txt
11-
sudo apt-get -y purge "php$PHPVERSION-redis"
1211
section_end
1312

1413
section_start "Run composer"

0 commit comments

Comments
 (0)