Skip to content

Commit eb874e1

Browse files
We need to remove ext-redis since the version in Ubuntu is not compatible with symfony/cache anymore
Since we don't use or need Redis, this is fine
1 parent 8479fcd commit eb874e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/jobs/composer_setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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"
1112
section_end
1213

1314
section_start "Run composer"

0 commit comments

Comments
 (0)