This Behat extension makes it possible to extend Behat without having to write an extension yourself.
Injects services from a PSR-11 dependency injection container to PHPUnit test cases
Yesterday, the 1.86.0 build for alpine php 8.0 for whatever reason built stuff in the push phase (see timings):
This isn't expected. The push step is supposed to load what was previously built and push it to the registry. Like it happened in other builds, for example 1.86.0 for alpine PHP 8.1:
Thanks to this "glitch" the test command hasn't failed, but what was pushed wasn't necessarily what was verified?
I'll just make another release. Github was misbehaving yesterday.
Release v1.86.1
Released as v1.86.0.
Release v1.86.0
Update toolbox 1.73.0 -> 1.74.0
Updates:
Update the README list of tools
Merge pull request #401 from jakzal/toolbox-update
Update toolbox 1.73.0 -> 1.74.0
:robot: This pull request was automagically sent from a Github action.
Updates:
New tags on toolbox trigger a pull request like this one: https://github.com/jakzal/phpqa/pull/401 (which I sometimes need to tweak to update the README file - this should really be part of the automated PR).
I didn't fully automate phpqa releases. I need to trigger them from my laptop. I never got around implementing a github action to do that regularly (pending https://github.com/jakzal/phpqa/issues/326).
Update the README list of tools
:robot: This pull request was automagically sent from a Github action.
Updates:
Hello, with latest version of phpqa, when we launch php-cs-fixer, we have the following error :
/entrypoint.sh: 6: exec: php-cs-fixer: not found
task: Failed to run task "cs-fix": exit status 127
No errors with previous phpqa version (2 months ago), and no error with latest friendsofsymfony/php-cs-fixer version
Fixes https://github.com/jakzal/phpqa/issues/398
Enable php-cs-fixer on PHP 8.2
Merge pull request #475 from jakzal/php-cs-fixer-php-8.2
Enable php-cs-fixer on PHP 8.2
Enable php-cs-fixer on PHP 8.2
Fixes https://github.com/jakzal/phpqa/issues/398
Bump de.undercouch:gradle-download-task from 5.3.1 to 5.4.0
Bumps de.undercouch:gradle-download-task from 5.3.1 to 5.4.0.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Merge pull request #86 from jakzal/dependabot/gradle/de.undercouch-gradle-download-task-5.4.0
Bump de.undercouch:gradle-download-task from 5.3.1 to 5.4.0
Bumps de.undercouch:gradle-download-task from 5.3.1 to 5.4.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Thank you @bytestream