chilio / laravel-dusk-ci

Docker Test suite for Laravel Dusk in gitlab CI
MIT License
159 stars 51 forks source link

Build failing #31

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi,

I was using your package since nearly 6 months without any trouble. But today things are failing. I'm still using the stable release. In the changelog I see that you are still under php 7.2 but in the following error I see 7.3

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - laravel/framework v5.6.34 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
    - laravel/framework v5.6.34 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
    - Installation request for laravel/framework v5.6.34 -> satisfiable by laravel/framework[v5.6.34].

  To enable extensions, verify that they are enabled in your .ini files:
    - /etc/php/7.3/cli/php.ini
    - /etc/php/7.3/cli/conf.d/10-opcache.ini
    - /etc/php/7.3/cli/conf.d/10-pdo.ini
    - /etc/php/7.3/cli/conf.d/20-calendar.ini
    - /etc/php/7.3/cli/conf.d/20-ctype.ini
    - /etc/php/7.3/cli/conf.d/20-exif.ini
    - /etc/php/7.3/cli/conf.d/20-fileinfo.ini
    - /etc/php/7.3/cli/conf.d/20-ftp.ini
   ...

I didn't changed anything in my tests, package.jsonor composer.json. So I'm guessing it's coming from your last change.

nielsvangijzen commented 5 years ago

I had this issue aswell, I used the ':stable' tag. To temporarily solve this issue you can use the :latest tag for your container

chilio commented 5 years ago

Thanks for the information. This is fixed now. You can use ':stable' tag again...