10up / wpsnapshots

(DEPRECATED) A project sharing tool for WordPress.
MIT License
215 stars 22 forks source link

Update Docker image to a PHP8 version #98

Open darylldoyle opened 1 year ago

darylldoyle commented 1 year ago

Description of the Change

Very few projects are now using < PHP 8, and there are issues with the current snapshots pushing PHP 8 code, since the docker image is running PHP 7.3.9.

This updates the docker image to use PHP8 and adds support for ARM processors. See the notes by @dustinrue in #92, which this builds upon.

This PR modifies the Dockerfile and build routines (actions) to:

Closes #94 #83 #92

How to test the Change

Changelog Entry

Credits

Props @dustinrue @darylldoyle

Checklist: