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

Add UINT_SET attribute type support + Fix tests and CI #144

Merged
merged 69 commits into from
Mar 21, 2024
Merged

Conversation

vjik
Copy link
Member

@vjik vjik commented Mar 20, 2024

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues

Copy link

what-the-diff bot commented Mar 20, 2024

PR Summary

  • Upgrade to Workflow Configuration

    • The workflow now triggers only on changes made to the master branch, previously, it was triggered by any changes.
    • The operating system used for running workflow activities has been upgraded from Ubuntu 18.04 to Ubuntu 20.04 for better performance and security.
    • The PHP version used for the workflow has been streamlined to only 7.4, dropping support for older versions. This decision has been made to ensure better compatibility and performance.
  • Optimizations to Project Dependencies

    • A new config section has been added to the composer.json file allowing more control over our project dependencies.
    • A new sort-packages attribute has been set to true. This ensures our dependencies are sorted in a certain way, making it easier to manage large number of packages.
    • Enabled the Yii2 Composer package by adding it to the allow-plugins attribute. This signifies the inclusion of this powerful toolset into our codebase.

@vjik vjik marked this pull request as ready for review March 20, 2024 11:05
@vjik vjik requested a review from samdark March 20, 2024 11:05
@vjik vjik added the status:code review The pull request needs review. label Mar 20, 2024
@samdark samdark merged commit b42dbbe into master Mar 21, 2024
16 of 17 checks passed
@samdark samdark deleted the improve-ci branch March 21, 2024 09:31
@samdark
Copy link
Member

samdark commented Mar 21, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants