Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Test against PHP 7.3 on Travis #3323

Closed
wants to merge 1 commit into from
Closed

Conversation

Majkl578
Copy link
Contributor

Q A
Type improvement

@@ -140,6 +158,11 @@ jobs:
env: DB=mariadb MARIADB_VERSION=10.1
addons:
mariadb: 10.1
- stage: Test
php: 7.3
env: DB=mariadb MARIADB_VERSION=10.1
Copy link
Member

@morozov morozov Oct 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given MariaDB 10.0 is tested on PHP 7.3 and MariaDB 10.1 is tested on other PHP versions, it doesn't look like testing on MariaDB 10.1 with PHP 7.3 provides any additional value. Let's try reducing the number of newly introduced jobs to the necessary minimum (e.g. only the newest version of each platform).

This was referenced Nov 11, 2018
BenMorel added a commit to BenMorel/dbal that referenced this pull request Nov 15, 2018
@Majkl578
Copy link
Contributor Author

Closing in favor of #3347.

@Majkl578 Majkl578 closed this Nov 20, 2018
@Majkl578 Majkl578 deleted the php7.3 branch November 20, 2018 22:15
@Majkl578 Majkl578 removed this from the 2.9.0 milestone Nov 25, 2018
@Majkl578 Majkl578 self-assigned this Nov 25, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants