silverstripe / cwp-recipe-kitchen-sink

The CWP kitchen sink! Includes all optional and suggested modules. Used for internal testing.
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Bump all matrix entries except authenticators to PHP 7.4 #49

Closed Cheddam closed 4 years ago

Cheddam commented 4 years ago

RealMe is known not to be compatible with 7.2+ yet, so I've pinned the authenticator test suite to 7.1 for the time being.

Cheddam commented 4 years ago

I've adjusted the PR to reflect the simplification you suggested, but kept 7.4snapshot so we can get another picture of what support is looking like after some other fixes to modules and the introduction of the phpunit-mock-objects fork to our dev dependencies. Marking the PR as WIP for now.

brynwhyman commented 4 years ago

The RealMe module should be PHP7.2 compatible now (at least from a syntax point of view).

We should pick this issue back up as a start to see what work is involved in getting PHP7.4 compatibility across the board.

Cheddam commented 4 years ago

Update: