Skip to content

Commit

Permalink
TravisCI PHP 8.0 builds on pgsql required again
Browse files Browse the repository at this point in the history
The compatibility problem described in issue #27830 has been fixed in
ADOdb 5.20.20, so the TravisCI builds for PHP 8.0 on pgsql are no longer
allowed to fail.

This is a partial revert of f16906f.
  • Loading branch information
dregad committed Feb 14, 2021
1 parent c9fc9a8 commit 657121f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -69,10 +69,6 @@ jobs:
- publican

allow_failures:
# Known issue with deprecated pgsql function aliases, see #27830
- php: 8.0
env: DB=pgsql



# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 657121f

Please sign in to comment.