Skip to content

Commit b19dd1f

Browse files
committed
Add a fix for SSL issues on the CI
See: WordPress/wordpress-develop#9602
1 parent 9b35d57 commit b19dd1f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

wp-setup.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)