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

Please add support for Symfony 7 #24

Closed
Beninho opened this issue Dec 8, 2023 · 1 comment
Closed

Please add support for Symfony 7 #24

Beninho opened this issue Dec 8, 2023 · 1 comment

Comments

@Beninho
Copy link

Beninho commented Dec 8, 2023

This adapter is currently incompatible with Symfony 7.

In the composer.json:

        "symfony/filesystem": "^5.0 || ^6.0 || ^7.0",
        "symfony/process": "^5.0 || ^6.0 || ^7.0",
        "symfony/yaml": "^5.0 || ^6.0 || ^7.0"

In the CI :

 strategy:
      matrix:
        php-version: [ '8.1', '8.2', '8.3' ]
        coverage-driver: [ pcov ]
        symfony-require: [ '^5', '^6', '^7' ]
@maks-rafalko
Copy link
Member

Hello,

released a new version https://github.com/infection/codeception-adapter/releases/tag/0.4.3

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

No branches or pull requests

2 participants