File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
3
3
executors :
4
4
php-executor :
5
5
docker :
6
- - image : cimg/php:<<parameters.php-version>>-node
6
+ - image : cimg/php:<<parameters.php-version>>-browsers
7
7
- image : redis:alpine
8
8
parameters :
9
9
php-version :
28
28
command : |
29
29
sudo apt-get update
30
30
sudo apt-get install -y php-redis
31
+ echo "extension=redis.so" >> $(php --ini | grep "Loaded Configuration" | sed -E "s|.*:\s*||")
31
32
# - run:
32
33
# name: Update Composer
33
34
# command: sudo composer self-update
43
44
name : Prepare bootstrap/cache directory
44
45
command : mkdir -p ./vendor/orchestra/testbench-core/laravel/bootstrap/cache && chmod -R 777 ./vendor/orchestra/testbench-core/laravel/bootstrap/cache
45
46
47
+ - run :
48
+ name : Check Redis Extension
49
+ command : php -m | grep redis
50
+
46
51
- run :
47
52
name : Run Tests
48
53
command : |
You can’t perform that action at this time.
0 commit comments