Skip to content

Conversation

@serhiidonii
Copy link
Contributor

@serhiidonii serhiidonii commented Dec 4, 2025

📋 Description

Added new workflow, fixed existing.

🎯 Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🔧 Configuration change
  • ♻️ Code refactoring

🔄 Changes Made

  • Release workflow (with semver)
  • Fix symfony package workflow

📸 Screenshots (if applicable)

✅ Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have tested my changes across multiple PHP/Symfony versions (if applicable)
  • Any dependent changes have been merged and published

🔗 Related Issues

Closes #

📝 Additional Notes

@serhiidonii serhiidonii requested a review from a team as a code owner December 4, 2025 19:41
@serhiidonii serhiidonii force-pushed the feat/add-release-workflow branch 5 times, most recently from c03407d to 4163a90 Compare December 4, 2025 23:27
@serhiidonii serhiidonii force-pushed the feat/add-release-workflow branch 10 times, most recently from 700cc32 to 3da3cd7 Compare December 5, 2025 00:31
@serhiidonii serhiidonii force-pushed the feat/add-release-workflow branch from 3da3cd7 to f1d103b Compare December 5, 2025 00:33
if [ -n "${{ inputs.phpstan-config }}" ]; then
vendor/bin/phpstan analyse --level=${{ inputs.phpstan-level }} --no-progress -c ${{ inputs.phpstan-config }}
if [ -n "${{ inputs['phpstan-config'] }}" ]; then
vendor/bin/phpstan analyse --level=${{ inputs['phpstan-level'] }} --no-progress -c ${{ inputs['phpstan-config'] }}

Choose a reason for hiding this comment

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

чи не потрібно нам тут збільшити memory limit хочаб до 512?

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.

5 participants