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

Added ability to request db versio, table engines + group requirements with 'one_of' condition #380

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

SergeR
Copy link
Contributor

@SergeR SergeR commented Oct 15, 2024

Database requirements:

[
  'db' => ['server'=>'MySQL, MariaDB', 'engine'=>'InnoDB'],
  'db.mysql' => ['version' => '>=5.6.4'],
  ['db.mariadb', ['version' => '>=10']
]

Group requirements

Testing is passed if at least one requirement item is passed testing

[
  [
    ['php', 'version' => '>=7.4'],
    ['php', 'version' => '<8.1']
  ],

  'one_of' => [
    'db.mysql' => ['version' => '>=8'],
    'db.mariadb' => ['version' => '>=10.1']
  ]
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant