TheBigBrainsCompany / TbbcMoneyBundle

This bundle is used to integrate the Money library (https://github.com/mathiasverraes/money) into a Symfony project. This library is based on Fowler's Money pattern (https://verraes.net/2011/04/fowler-money-pattern-in-php/)
MIT License
192 stars 74 forks source link

feat: migrate travis to gh actions, allow phpunit10 #151

Closed Chris53897 closed 8 months ago

Chris53897 commented 8 months ago

Superseeds https://github.com/TheBigBrainsCompany/TbbcMoneyBundle/pull/150 with support for PHPUnit 10.

johanwilfer commented 8 months ago

Looks great @Chris53897 but I have only used Travis myself so far - any pointers how to set this up or a merge is all that is needed?

Chris53897 commented 8 months ago

This just needs to be merged to run the actions. On Forks they must be enabled (but this is just one click)

You will get the same view as here for my fork. https://github.com/Chris53897/TbbcMoneyBundle/actions https://github.com/Chris53897/TbbcMoneyBundle/actions/runs/7666920756

Runs are not green, because of Psalm. But this should be up for an sperated PR.

johanwilfer commented 8 months ago

Perfect, thanks a lot for explaining!