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

change: Drop support for PHP < 8.1, Symfony < 5.4 and Symfony 6.0 - 6.3 #272

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

acoulton
Copy link
Contributor

In line with the new behat version support policy adopted in Behat/Behat#1503.

Copy link
Contributor

@carlos-granados carlos-granados left a comment

Choose a reason for hiding this comment

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

Looks good

- php: 8.1
symfony-version: '5.4'
- php: 8.1
symfony-version: '6.4'
Copy link
Member

Choose a reason for hiding this comment

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

the step below expects symfony-version to be a version constraint. Using 6.4 here will make it install 6.4.0, which is not what we want

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @stof, good catch. I'd not registered the install here is different to the one in behat.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated to ^5.4 and ^6.4 and verified github actions is now installing the latest of each series as expected.

In line with the new behat version support policy adopted in Behat/Behat#1503.
@acoulton acoulton merged commit 3384970 into Behat:master Nov 15, 2024
6 checks passed
@acoulton acoulton deleted the drop-old-versions branch November 15, 2024 09:41
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.

3 participants