tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.59k stars 83 forks source link

fix issue #329 #330

Closed bnaydenov closed 3 months ago

bnaydenov commented 8 months ago

Make use of offical mysql docker image which includes latest versions 8.2 and 8.0.35.

remove variable $organization will default to string library which is used as $organization when pull official images.

fix #329

bnaydenov commented 8 months ago

Can somebody from maintainers take a look why this test Tests\Feature\DockerTagsTest::it_sorts_the_versions_naturally is falling

tonysm commented 3 months ago

Thanks!