diff --git a/.github/workflows/ezsql-linux.yml b/.github/workflows/ezsql-linux.yml index c444c55..987b8c9 100644 --- a/.github/workflows/ezsql-linux.yml +++ b/.github/workflows/ezsql-linux.yml @@ -4,10 +4,10 @@ name: Linux on: push: branches: - - master + - v5 pull_request: branches: - - master + - v5 jobs: linux: diff --git a/.github/workflows/ezsql-macos.yml b/.github/workflows/ezsql-macos.yml index 6073157..e38a2e2 100644 --- a/.github/workflows/ezsql-macos.yml +++ b/.github/workflows/ezsql-macos.yml @@ -4,10 +4,10 @@ name: macOS on: push: branches: - - master + - v5 pull_request: branches: - - master + - v5 jobs: windows: diff --git a/.github/workflows/ezsql-windows.yml b/.github/workflows/ezsql-windows.yml index 1bb2273..388d4b8 100644 --- a/.github/workflows/ezsql-windows.yml +++ b/.github/workflows/ezsql-windows.yml @@ -4,10 +4,10 @@ name: Windows on: push: branches: - - master + - v5 pull_request: branches: - - master + - v5 jobs: windows: diff --git a/.gitignore b/.gitignore index b90a936..5ae0b96 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ test.php *.crt *.cache tmp +.rnd diff --git a/README.md b/README.md index 8afcb5e..e62b736 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # **ezsql** -[![Windows](https://github.com/ezSQL/ezsql/workflows/Windows/badge.svg)](https://github.com/ezSQL/ezsql/actions?query=workflow%3AWindows) -[![Linux](https://github.com/ezSQL/ezsql/workflows/Linux/badge.svg)](https://github.com/ezSQL/ezsql/actions?query=workflow%3ALinux) -[![macOS](https://github.com/ezSQL/ezsql/workflows/macOS/badge.svg)](https://github.com/ezSQL/ezsql/actions?query=workflow%3AmacOS) -[![codecov](https://codecov.io/gh/ezSQL/ezSQL/branch/master/graph/badge.svg)](https://codecov.io/gh/ezSQL/ezSQL) +[![Windows](https://github.com/ezSQL/ezsql/workflows/Windows/badge.svg?branch=v5)](https://github.com/ezSQL/ezsql/actions?query=workflow%3AWindows) +[![Linux](https://github.com/ezSQL/ezsql/workflows/Linux/badge.svg?branch=v5)](https://github.com/ezSQL/ezsql/actions?query=workflow%3ALinux) +[![macOS](https://github.com/ezSQL/ezsql/workflows/macOS/badge.svg?branch=v5)](https://github.com/ezSQL/ezsql/actions?query=workflow%3AmacOS) +[![codecov](https://codecov.io/gh/ezSQL/ezSQL/branch/v5/graph/badge.svg)](https://codecov.io/gh/ezSQL/ezSQL) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/aad1f6aaaaa14f60933e75615da900b8)](https://www.codacy.com/app/techno-express/ezsql?utm_source=github.com&utm_medium=referral&utm_content=ezSQL/ezsql&utm_campaign=Badge_Grade) [![Maintainability](https://api.codeclimate.com/v1/badges/6f6107f25e9de7bf4272/maintainability)](https://codeclimate.com/github/ezSQL/ezsql/maintainability) [![Total Downloads](https://poser.pugx.org/ezsql/ezsql/downloads)](https://packagist.org/packages/ezsql/ezsql)