Skip to content

Commit

Permalink
Test PHP 8.0 on bionic Ubuntu 18.04 in Travis
Browse files Browse the repository at this point in the history
postgres does not want to work any more on Ubuntu 20.04 focal on Travis.
For now it is better to use Ubuntu 18.04 where it works.
  • Loading branch information
phil-davis committed Nov 9, 2020
1 parent b74adbf commit 3f4d28b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ env:
matrix:
include:
- name: 'PHP8'
dist: focal
dist: bionic
php: nightly
addons:
postgresql: '12'
env:
- RUN_PHPCSFIXER="FALSE"
- REPORT_COVERAGE="FALSE"
Expand Down

0 comments on commit 3f4d28b

Please sign in to comment.