diff --git a/.appveyor.yml b/.appveyor.yml index 6680522..e875dbd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,12 +10,11 @@ deploy: off ## Test against various PHP versions environment: matrix: - # Minimum PHP version - php_version: "5.6" - # Most common version of v7 - php_version: "7.0" - # Latest PHP version - php_version: "7.1" + - php_version: "7.2" + - php_version: "7.3" ## Cache composer, chocolatey and php. cache: @@ -53,4 +52,4 @@ install: ## Run the actual test test_script: - - vendor/bin/phpunit --bootstrap tests/bootstrap.php tests \ No newline at end of file + - vendor/bin/phpunit diff --git a/README.md b/README.md index 2f759f9..59dd162 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Latest Version](https://img.shields.io/github/release/userfrosting/assets.svg)](https://github.com/userfrosting/assets/releases) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md) -[![Build status](https://ci.appveyor.com/api/projects/status/fmt0253je6spwq7y?svg=true)](https://ci.appveyor.com/project/Silic0nS0ldier/assets) [![Build Status](https://travis-ci.org/userfrosting/assets.svg?branch=master)](https://travis-ci.org/userfrosting/assets) +[![Windows Build](https://ci.appveyor.com/api/projects/status/02gtbpena70q46q2?svg=true)](https://ci.appveyor.com/project/userfrosting/assets) [![codecov](https://codecov.io/gh/userfrosting/assets/branch/master/graph/badge.svg)](https://codecov.io/gh/userfrosting/assets) [![Join the chat at https://chat.userfrosting.com/channel/support](https://demo.rocket.chat/images/join-chat.svg)](https://chat.userfrosting.com/channel/support) [![Donate](https://img.shields.io/badge/Open%20Collective-Donate-blue.svg)](https://opencollective.com/userfrosting#backer)