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

Improve CI config #64

Merged
merged 1 commit into from
May 30, 2022
Merged

Improve CI config #64

merged 1 commit into from
May 30, 2022

Conversation

szepeviktor
Copy link
Contributor

No description provided.

Comment on lines -34 to -36
- name: Update apt
run: sudo apt-get update --fix-missing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is in vain.
Actually this abuses GitHub Actions 😢

@@ -47,6 +44,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
Copy link
Contributor Author

Choose a reason for hiding this comment

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

--no-suggest is deprecated

Comment on lines -52 to +50
run: vendor/bin/phpunit
run: composer test
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Be consistent by always using Composer.

@cesargb
Copy link
Owner

cesargb commented May 30, 2022

Thanks for your help!

@cesargb cesargb merged commit bc0bcbc into cesargb:master May 30, 2022
@szepeviktor
Copy link
Contributor Author

You're welcome.

@szepeviktor szepeviktor deleted the patch-1 branch May 30, 2022 16:37
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.

None yet

2 participants