Closed llaville closed 9 months ago
Related to issue #200, the Composer constraint on Dockerfile is wrong since v9.0.4
Dockerfile
When using syntax uses: overtrue/phplint@9.0.4, docker container should build a phplint 9.0.4
uses: overtrue/phplint@9.0.4
Docker container build the latest version available : currently 9.1.0
Fix already available with version 9.0.8
Summary
Related to issue #200, the Composer constraint on
Dockerfile
is wrong since v9.0.4Expected behaviour
When using syntax
uses: overtrue/phplint@9.0.4
, docker container should build a phplint 9.0.4Actual behaviour
Docker container build the latest version available : currently 9.1.0