entermotion / eurl

This package aims to deliver a good set of functions to easily escape URLs that will be used on HTML
2 stars 1 forks source link

Updates PHP version; adds Docker files #12

Closed Parziphal closed 2 years ago

Parziphal commented 2 years ago
enricodias commented 2 years ago

Just FYI, you can test it with multiple php versions without docker. I for example have an alias for each major php version and I just need to run php81 instead of php to test with a specific php version. But the best way would be adding some CI tool that tests PRs on all major versions like I suggested in another PR.

Parziphal commented 2 years ago

Yeah, it's just that with Docker we can avoid installing multiple PHP versions on the system, we just need to run a couple commands.