-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Roelofr feature/GitHub actions #33
base: master
Are you sure you want to change the base?
Conversation
- Lowered phpunit min version to 8.0 to allow --prefer-lowest to work right.
…ueprint-nova-addon into roelofr-feature/github-actions
I noticed some changes in the WIPs so far, you may want to consider:
I'm currently on mobile, so these are just some suggestions being shouted from a couch. |
@roelofr yes you are right. Not sure why it is not passing on github actions but locally... maybe you can take another look and find something I missed |
|
||
- name: Install dependencies | ||
run: | | ||
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update |
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.
This call doesn't actually install anything anymore, so the tests probably go boom
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.
No, the command works fine, but the test's assertion fail
->ignoreDotFiles(true) | ||
->ignoreVCS(true); | ||
|
||
return PhpCsFixer\Config::create() |
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.
If memory serves me right, this is deprecated. Use new PhpCsFixer\Config
instead
@roelofr any chance you can look into this? |
closes #32