Skip to content

Commit

Permalink
let Travis run tests with PHP 8.0 + Symfony 5.4 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Sep 5, 2021
1 parent aa58527 commit 768ddd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
-
php: 7.3
env: SYMFONY_VERSION='5.4.*' MIN_STABILITY='dev'
-
php: 8.0
env: SYMFONY_VERSION='5.4.*' MIN_STABILITY='dev'
allow_failures:
- env: SYMFONY_VERSION='5.4.*' MIN_STABILITY='dev'
fast_finish: true
Expand Down

0 comments on commit 768ddd2

Please sign in to comment.