overtrue / phplint

:bug: A tool that can speed up linting of php files by running several lint processes at once.
MIT License
984 stars 118 forks source link

GitHub Action build docker on fly with wrong version #201

Closed llaville closed 8 months ago

llaville commented 8 months ago

Summary

Related to issue #200, the Composer constraint on Dockerfile is wrong since v9.0.4

Expected behaviour

When using syntax uses: overtrue/phplint@9.0.4, docker container should build a phplint 9.0.4

Actual behaviour

Docker container build the latest version available : currently 9.1.0

llaville commented 8 months ago

Fix already available with version 9.0.8