You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Drop support for PHP < 8.1, Symfony < 5.4 and Symfony 6.0 - 6.3. In future we will drop support for PHP and symfony
versions as they reach EOL. by @acoulton in #272
Deprecated ExampleNode::getTitle() and ScenarioNode::getTitle() in favour of new methods with clearer meaning.
by @uuf6429 in #271
Added
Added (ExampleNode|ScenarioNode)::getName() to access human-readable names for examples and scenarios,
and ExampleNode::getExampleText() for the string content of the example table row.
by @uuf6429 in #271
Internal
Enable dependabot for github actions workflows by @jrfnl in #261