Closed kporras07 closed 2 years ago
The CircleCI cimg/php documentation shows -node
and -browsers
variants, but not both together. Do we use both node and browsers for built-in features? e.g. could we drop -node
and require folks to use a different image for compiling CSS et. al.? It seems more convenient to have -browsers
, for JS testing et.al, as part of the base image, if we only get one.
Great link thanks!
Looks like browsers supersedes node so that should be enough.
Are you ok changing base image for all 8.x images? (it is 7.4, 8.0 and 8.1 as of now)
Some extensions were added to the base image and xdebug was removed so I added it back here.