-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow installation with Symfony 6 and fix phpstan and code-style #12
Allow installation with Symfony 6 and fix phpstan and code-style #12
Conversation
@@ -5,27 +5,26 @@ | |||
"description": "Provide resource functionality for Sulu CMS.", | |||
"require": { | |||
"php": "^7.2 || ^8.0", | |||
"doctrine/collections": "^1.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't find a class with a dependency on this package
env: ${{ matrix.env }} | ||
|
||
- name: Execute test cases | ||
run: time composer test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are no tests in this repository, therefore I removed all of this
@@ -9,85 +8,22 @@ on: | |||
- '[0-9]+.[0-9]+' | |||
|
|||
jobs: | |||
test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈 not the best that we don't have any tests in this bundle.
No description provided.