Skip to content

Commit

Permalink
Upgrade CI (#241)
Browse files Browse the repository at this point in the history
* maintenance: dependabot
closes #205

* feature: exit code, closes #236

* build: upgrade dependencies

* test: test config

* test: improve codebase for new tests

* ci: upgrade ci workflow

* ci: drop 8.1 support

* docs: update badge links
  • Loading branch information
g105b authored May 8, 2024
1 parent 542cc63 commit 8b8ae7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Create multi-command terminal application with parameter requirements that are s
<a href="https://github.com/PhpGt/Cli/actions" target="_blank">
<img src="https://badge.status.php.gt/cli-build.svg" alt="Build status" />
</a>
<a href="https://scrutinizer-ci.com/g/PhpGt/Cli" target="_blank">
<a href="https://app.codacy.com/gh/PhpGt/Cli" target="_blank">
<img src="https://badge.status.php.gt/cli-quality.svg" alt="Code quality" />
</a>
<a href="https://scrutinizer-ci.com/g/PhpGt/Cli" target="_blank">
<a href="https://app.codecov.io/gh/PhpGt/Cli" target="_blank">
<img src="https://badge.status.php.gt/cli-coverage.svg" alt="Code coverage" />
</a>
<a href="https://packagist.org/packages/PhpGt/Cli" target="_blank">
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b8ae7c

Please sign in to comment.