surreymagpie / cornerhouse

Practice website rebuild with Drupal
MIT License
0 stars 0 forks source link

Update containers to recent PHP and MariaDB #10

Closed surreymagpie closed 2 weeks ago

surreymagpie commented 2 weeks ago

Drupal 10.3 is recommending PHP version 8.3 or above. Currently, the newest stable PHP is v8.3.8.

Also the MariaDB major version has now reached 11. MariaDB 11.4 is a long-term series, and will be maintained for five years. The most recent version is 11.4.2.

The containers should be updated to implement these changes.

surreymagpie commented 2 weeks ago

When deployed to production, an effort should be made to ensure matching versions are used.