Skip to content

Commit

Permalink
Update Build & Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Nov 12, 2023
1 parent f4f79ab commit 04a65be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PHPStan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHPStan

on:
push:
branches: [develop-5.0]
branches: [5.0]
pull_request:
branches: [develop-5.0]
branches: [5.0]
workflow_dispatch:

jobs:
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# UserFrosting 5.0 Framework

[![Version](https://img.shields.io/github/v/release/userfrosting/framework.svg?include_prereleases)](https://github.com/userfrosting/framework/releases)
![PHP](https://img.shields.io/packagist/php-v/userfrosting/framework/dev-develop-5.0?color=brightgreen)
![PHP](https://img.shields.io/packagist/php-v/userfrosting/framework/dev-5.0?color=brightgreen)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/Build.yml?branch=develop-5.0&logo=github)](https://github.com/userfrosting/framework/actions)
[![Codecov](https://codecov.io/gh/userfrosting/framework/branch/develop-5.0/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/framework/branch/develop-5.0)
[![StyleCI](https://github.styleci.io/repos/360994768/shield?branch=develop-5.0&style=flat)](https://github.styleci.io/repos/360994768)
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/PHPStan.yml?branch=develop-5.0&label=PHPStan)](https://github.com/userfrosting/framework/actions/workflows/PHPStan.yml)
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/Build.yml?branch=5.0&logo=github)](https://github.com/userfrosting/framework/actions)
[![Codecov](https://codecov.io/gh/userfrosting/framework/branch/5.0/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/framework/branch/5.0)
[![StyleCI](https://github.styleci.io/repos/360994768/shield?branch=5.0&style=flat)](https://github.styleci.io/repos/360994768)
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/PHPStan.yml?branch=5.0&label=PHPStan)](https://github.com/userfrosting/framework/actions/workflows/PHPStan.yml)
[![Join the chat](https://img.shields.io/badge/Chat-UserFrosting-brightgreen?logo=Rocket.Chat)](https://chat.userfrosting.com)
[![Donate](https://img.shields.io/badge/Open%20Collective-Donate-blue.svg)](https://opencollective.com/userfrosting#backer)
[![Donate](https://img.shields.io/badge/Open_Collective-Donate-blue?logo=Open%20Collective
)](https://opencollective.com/userfrosting#backer)
[![Donate](https://img.shields.io/badge/Ko--fi-Donate-blue?logo=ko-fi&logoColor=white
)](https://ko-fi.com/lcharette)

## Installation
```
Expand Down

0 comments on commit 04a65be

Please sign in to comment.