Skip to content

Commit

Permalink
minor #572 Add php 7.3 to travis build (andreybolonin, chalasr)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x-dev branch.

Discussion
----------

Add php 7.3 to travis build

Commits
-------

e9f39a0 Drop HHVM build
d6e1207 Drop some builds on EOL Symfony/PHP versions
5b8c08d Update .travis.yml
  • Loading branch information
chalasr committed Feb 18, 2019
2 parents 5240060 + e9f39a0 commit bc3239c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@ matrix:
include:
- php: 5.5
env: SYMFONY_VERSION=3.4.*
- php: 7.1
env: SYMFONY_VERSION=4.0.*
- php: 7.2
env: SYMFONY_VERSION=4.1.*
- php: 7.2
env: SYMFONY_VERSION=4.2.* DEPENDENCIES=dev
- php: hhvm-stable
sudo: required
dist: trusty
group: edge
allow_failures:
- php: hhvm-stable
env: SYMFONY_VERSION=4.2.*
- php: 7.3
env: SYMFONY_VERSION=4.3.* DEPENDENCIES=dev

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LexikJWTAuthenticationBundle

This bundle provides JWT (Json Web Token) authentication for your Symfony API.

It is compatible and tested with PHP 5.5, 5.6, 7.0, 7.1, HHVM on Symfony 3.4 and 4.0.
It is compatible and tested with PHP 5.5, 7.2, 7.3, on Symfony 3.4 and 4.2.

Documentation
-------------
Expand Down

0 comments on commit bc3239c

Please sign in to comment.