madmatt / silverstripe-encrypt-at-rest

Encrypt data at rest in your database
7 stars 11 forks source link

Add the Silverstripe Github action for automated unit testing #32

Closed edwilde closed 1 month ago

edwilde commented 1 year ago

Resolves #28

Adding the standard Silverstripe Github action to automatically run the tests against supported versions of php.

Screen Shot 2023-10-31 at 9 27 03 AM

The tests will be run:

In addition, I also upgraded phpunit to 9.6, with test changes copied from the SS5 pull request, with SS4 compatibility added.