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

Test against php 8.4 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sergiy-petrov
Copy link
Contributor

  • Test against php 8.4

  • Update symfony/phpunit-bridge

  • Allow to install phpunit 10

* Test against php 8.4

* Update symfony/phpunit-bridge

* Allow to install phpunit 10
Copy link
Owner

@bocharsky-bw bocharsky-bw left a comment

Choose a reason for hiding this comment

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

Thank you! I just left a few comments

@@ -34,4 +34,4 @@ jobs:
dependency-versions: ${{ matrix.dependency-versions }}

- name: Run PHPUnit tests
run: ./vendor/bin/simple-phpunit
run: ./vendor/bin/phpunit
Copy link
Owner

Choose a reason for hiding this comment

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

I think this should be reverted. We still need to use simple-phpunit, but if we want to use a newer PHPUnit version - we can specify the exact version with SYMFONY_PHPUNIT_VERSION in phpunit.xml.dist .

@@ -27,7 +27,8 @@
},
"require-dev": {
"dg/bypass-finals": "^1.3",
"symfony/phpunit-bridge": "^5.4|^6.0"
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
"phpunit/phpunit": "^9.0|^10.0"
Copy link
Owner

Choose a reason for hiding this comment

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

And so this can be reverted - that's a feature of PHPUnit bridge, it allows you to get rid of PHPUnit dependency directly

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.

2 participants