[PR #901] [MERGED] Exclude HHVM + PostgreSQL and HHVM + Mysqli from travis build matrix #8869

Closed
opened 2026-01-22 16:02:04 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/901
Author: @deeky666
Created: 1/8/2014
Status: Merged
Merged: 1/8/2014
Merged by: @beberlei

Base: masterHead: disable-travis-hhvm-unsupported-drivers


📝 Commits (1)

  • f4c30dc exclude unsupported HHVM + PostgreSQL and HHVM + Mysqli from travis build matrix for now

📊 Changes

1 file changed (+10 additions, -0 deletions)

View changed files

📝 .travis.yml (+10 -0)

📄 Description

HHVM currently does not support pdo_pgsql and mysqli drivers and therefore it is useless to test those combinations in the Travis build matrix.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/901 **Author:** [@deeky666](https://github.com/deeky666) **Created:** 1/8/2014 **Status:** ✅ Merged **Merged:** 1/8/2014 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `disable-travis-hhvm-unsupported-drivers` --- ### 📝 Commits (1) - [`f4c30dc`](https://github.com/doctrine/orm/commit/f4c30dcd1ca90199c58eae72d8cb94cfeb02d29b) exclude unsupported HHVM + PostgreSQL and HHVM + Mysqli from travis build matrix for now ### 📊 Changes **1 file changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+10 -0) </details> ### 📄 Description HHVM currently does not support `pdo_pgsql` and `mysqli` drivers and therefore it is useless to test those combinations in the Travis build matrix. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:02:04 +01:00
admin closed this issue 2026-01-22 16:02:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8869