Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Test PHP 7.2 and Slim 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Dec 4, 2017
1 parent 0487509 commit e50fd81
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -2,17 +2,19 @@ sudo: false
language: php

php:
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5

env:
- SLIM_VERSION=3.4.*
- SLIM_VERSION=3.5.*
- SLIM_VERSION=3.6.*
- SLIM_VERSION=3.7.*
- SLIM_VERSION=3.9.*
- SLIM_VERSION=3.8.*
- SLIM_VERSION=3.7.*
- SLIM_VERSION=3.6.*
- SLIM_VERSION=3.5.*
- SLIM_VERSION=3.4.*

before_script:
- composer self-update
Expand Down

0 comments on commit e50fd81

Please sign in to comment.