Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Updated AppVeyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 29, 2019
1 parent c462d0e commit a031f45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -53,4 +52,4 @@ install:

## Run the actual test
test_script:
- vendor/bin/phpunit --bootstrap tests/bootstrap.php tests
- vendor/bin/phpunit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a031f45

Please sign in to comment.