DEV Community

Discussion on: Work and play in PHP 7.4 & PHP 8.0

Collapse
 
sroehrl profile image
neoan

Awesome solution!
For windows users: with wsl2 you can easily switch between distros with the -d flag and mount them to the current directory.

e.g. wsl -d Ubuntu

Assuming you have various distros with various testing scenarios, you can use that to easily run tests or applications in different distributions, versions etc