diff options
author | Davey Shafik <davey@php.net> | 2020-10-27 21:38:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 21:38:56 +0000 |
commit | 8cd1257e2a6d141a83cc96b3cb5b77d3d780c342 (patch) | |
tree | bef60ca006c0ab65d4feef44e76ae2b273ad72d7 | |
parent | f99445512729d29eedac89b7375efc748793cdae (diff) | |
download | php7-mysql-shim-8cd1257e2a6d141a83cc96b3cb5b77d3d780c342.zip php7-mysql-shim-8cd1257e2a6d141a83cc96b3cb5b77d3d780c342.tar.gz php7-mysql-shim-8cd1257e2a6d141a83cc96b3cb5b77d3d780c342.tar.bz2 |
Fixup README badge
-rw-r--r-- | .github/workflows/phpunit.yaml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 721357c..0214f4d 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -1,4 +1,4 @@ -name: Testing php7-mysql-shim +name: Unit Tests on: [pull_request] env: fail-fast: true @@ -1,4 +1,4 @@ -[](https://github.com/dshafik/php7-mysql-shim/actions) +[](https://github.com/dshafik/php7-mysql-shim/actions)  # PHP 7 Shim for ext/mysql |