We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to issue #200, the Composer constraint on Dockerfile is wrong since v9.0.4
Dockerfile
When using syntax uses: overtrue/[email protected], docker container should build a phplint 9.0.4
uses: overtrue/[email protected]
Docker container build the latest version available : currently 9.1.0
The text was updated successfully, but these errors were encountered:
fix issue #201
a0407dc
related to issue #201 (avoid to hardcode PHPLint version
10afb55
Fix already available with version 9.0.8
Sorry, something went wrong.
related to issue #201
d356316
llaville
No branches or pull requests
Summary
Related to issue #200, the Composer constraint on
Dockerfile
is wrong since v9.0.4Expected behaviour
When using syntax
uses: overtrue/[email protected]
, docker container should build a phplint 9.0.4Actual behaviour
Docker container build the latest version available : currently 9.1.0
The text was updated successfully, but these errors were encountered: