overtrue / phplint

:bug: A tool that can speed up linting of php files by running several lint processes at once.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Action build docker on fly with wrong version

llaville opened this issue · comments

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

Fix already available with version 9.0.8