File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,14 +37,16 @@ services:
3737 - ../:/var/www/src/wp-content/plugins/sqlite-database-integration
3838
3939 php:
40- image: wordpressdevelop/php:8.3-fpm
40+ # PHP temporarily pinned to 8.3.10, see: https://github.com/WordPress/wordpress-develop/pull/9602
41+ image: wordpressdevelop/php@sha256:c0ba85936a9d1ac2c98bf3da2d62ceb0e5787a6b11e383630df0c5a5bf2534b5
4142 environment:
4243 WP_SQLITE_AST_DRIVER: true
4344 volumes:
4445 - ../:/var/www/src/wp-content/plugins/sqlite-database-integration
4546
4647 cli:
47- image: wordpressdevelop/cli:8.3-fpm
48+ # PHP temporarily pinned to 8.3.10, see: https://github.com/WordPress/wordpress-develop/pull/9602
49+ image: wordpressdevelop/cli@sha256:85ad7d7a9c3bd9a8775fc83aea7f7dfc0aad25b2bc4f7d740696b28cd2a0ef89
4850 environment:
4951 WP_SQLITE_AST_DRIVER: true
5052 volumes:
You can’t perform that action at this time.
0 commit comments