Skip to content

Commit

Permalink
Remove the 'latest' and 'lowest' branches
Browse files Browse the repository at this point in the history
Somewhat related to issues #15 and #10, the php branches are already
enough maintance, so lets remove the latest and lowest ones.

Need to think more about how to control this better long term
  • Loading branch information
danpoltawski committed Jul 13, 2017
1 parent b406c7a commit c96b37c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ This repo uses branches to accomodate different php versions as well as some of
| php71 | 7.1.x | [![Build Status](https://travis-ci.org/danpoltawski/docker-moodle.svg?branch=php71)](https://travis-ci.org/danpoltawski/docker-moodle) | |
| php70 | 7.0.x | [![Build Status](https://travis-ci.org/danpoltawski/docker-moodle.svg?branch=php70)](https://travis-ci.org/danpoltawski/docker-moodle) | |
| php56 | 5.6.x | [![Build Status](https://travis-ci.org/danpoltawski/docker-moodle.svg?branch=php56)](https://travis-ci.org/danpoltawski/docker-moodle) | |
| latest | 7.1.x | [![Build Status](https://travis-ci.org/danpoltawski/docker-moodle.svg?branch=latest)](https://travis-ci.org/danpoltawski/docker-moodle) | Latest versions of PHP, MySQL and PostgresSQL |
| lowest | 5.6.x | [![Build Status](https://travis-ci.org/danpoltawski/docker-moodle.svg?branch=latest)](https://travis-ci.org/danpoltawski/docker-moodle) | Lowest supported versions of PHP (5.6) , MySQL (5.5) and PostgresSQL (9.3) |

## Advanced usage

Expand Down

0 comments on commit c96b37c

Please sign in to comment.