Skip to content

Commit 3c8992b

Browse files
Use purge to remove package
1 parent 3cbf43e commit 3c8992b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/composer_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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 remove "php$PHPVERSION-redis"
11+
sudo apt-get -y purge "php$PHPVERSION-redis"
1212
section_end
1313

1414
section_start "Run composer"

0 commit comments

Comments
 (0)