Skip to content

Commit

Permalink
Ci upgrade (#52)
Browse files Browse the repository at this point in the history
* tweak: upgrade ci

* tweak: drop scrutinizer

* tweak: php 8.1 support
  • Loading branch information
g105b authored Sep 12, 2024
1 parent 4609225 commit 15828ae
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 223 deletions.
32 changes: 0 additions & 32 deletions .scrutinizer.yml

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Execute background processes asynchronously using an object oriented process poo
<a href="https://github.com/PhpGt/Daemon/actions" target="_blank">
<img src="https://badge.status.php.gt/daemon-build.svg" alt="Build status" />
</a>
<a href="https://scrutinizer-ci.com/g/PhpGt/Daemon" target="_blank">
<a href="https://app.codacy.com/gh/PhpGt/Daemon" target="_blank">
<img src="https://badge.status.php.gt/daemon-quality.svg" alt="Code quality" />
</a>
<a href="https://scrutinizer-ci.com/g/PhpGt/Daemon" target="_blank">
<a href="https://app.codecov.io/gh/PhpGt/Daemon" target="_blank">
<img src="https://badge.status.php.gt/daemon-coverage.svg" alt="Code coverage" />
</a>
<a href="https://packagist.org/packages/PhpGt/Daemon" target="_blank">
<img src="https://badge.status.php.gt/daemon-version.svg" alt="Current version" />
</a>
<a href="https://www.php.gt/eaemon" target="_blank">
<a href="https://www.php.gt/deaemon" target="_blank">
<img src="https://badge.status.php.gt/daemon-docs.svg" alt="PHP.G/Daemon documentation" />
</a>

Expand Down Expand Up @@ -67,4 +67,4 @@ Outputs something similar to:
[Date] Mon 19 Aug 09:58:58 BST 2019
```

Notice how the date process is only set to loop three times, and after it is complete the other two infinite processes continue to run.
Notice how the date process is only set to loop three times, and after it is complete the other two infinite processes continue to run.
Loading

0 comments on commit 15828ae

Please sign in to comment.