laravel / sail

Docker files for running a basic Laravel application.
https://laravel.com/docs/sail
MIT License
1.68k stars 475 forks source link

[1.x] Add Docker Compose Tests #721

Closed Jubeki closed 2 months ago

Jubeki commented 2 months ago

This PR adds a test workflow for building all Sail PHP-Versions. For this I also added the ability to choose the PHP-Version in the sail:install command.

The reason for the PR is the breakage, which sometimes have happened after some Pull Requests with not enough testing. (Like just a day ago)

driesvints commented 2 months ago

Nice one 👍