Update to PHP 8.2

This commit is contained in:
Oliver Davies 2023-12-16 23:21:38 +00:00
parent c6814025cd
commit ed81ab8996
3 changed files with 3 additions and 2 deletions

View file

@ -4,5 +4,6 @@
### Added ### Added
* Update PHP to 8.2.
* Update Drupal to 10.2.0. * Update Drupal to 10.2.0.
* Add CHANGELOG.md. * Add CHANGELOG.md.

View file

@ -1,6 +1,6 @@
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
FROM php:8.1-fpm-bullseye AS base FROM php:8.2-fpm-bullseye AS base
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
RUN which composer && composer -V RUN which composer && composer -V

View file

@ -10,7 +10,7 @@ database:
version: 10 version: 10
php: php:
version: 8.1-fpm-bullseye version: 8.2-fpm-bullseye
phpcs: phpcs:
paths: paths:
- web/modules/custom - web/modules/custom