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

Upgrade CI workflow #1138

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Upgrade CI workflow #1138

merged 2 commits into from
Oct 3, 2023

Conversation

szepeviktor
Copy link
Contributor

Upgrade

  • runner images
  • actions
  • php-coveralls

Comment on lines -74 to +76
run: composer test
run: composer run 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.

These are Composer scripts, not Composer commands.

Comment on lines -54 to -56
- name: "Change stability"
if: "matrix.stability != ''"
run: perl -pi -e 's/^}$/,"minimum-stability":"'"${{ matrix.minimum-stability }}"'"}/' composer.json && cat composer.json
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is possible to use Composer for this

composer config minimum-stability dev

@mcg-web
Copy link
Member

mcg-web commented Oct 3, 2023

Thank you @szepeviktor !

@mcg-web mcg-web merged commit 9a572ca into overblog:master Oct 3, 2023
22 checks passed
@szepeviktor szepeviktor deleted the patch-2 branch October 3, 2023 08:04
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