ci: setup GitHub actions
Been having issues with Travis CI, figured time to give GitHub Actions a go. Also moved over from Coveralls to CodeCov due to some limitations in coverage format.
This commit is contained in:
parent
4bfd20985d
commit
fb97d20b8e
7 changed files with 117 additions and 43 deletions
|
@ -1,5 +1,11 @@
|
|||
# php-randomdate
|
||||
|
||||
[](https://github.com/joshtronic/php-randomdate/blob/master/LICENSE)
|
||||

|
||||
[](https://github.com/joshtronic/php-randomdate/actions)
|
||||
[](https://codecov.io/gh/joshtronic/php-randomdate)
|
||||
[](https://packagist.org/packages/joshtronic/php-randomdate)
|
||||
|
||||
Random time/date generator fully compatible with PHP's date function.
|
||||
|
||||
Compatible with PHP 5.3+.
|
||||
|
@ -13,6 +19,7 @@ composer require joshtronic/randomdate
|
|||
## Usage
|
||||
|
||||
```php
|
||||
<?php
|
||||
$rd = new joshtronic\RandomDate();
|
||||
|
||||
// Between the Unix Epoch and now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue