Skip to content

Commit

Permalink
Remove debugging and switch to php-fpm image
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Jul 11, 2023
1 parent 2e4d9af commit 0f78a6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/TestTugboat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
ddev composer config extra.drainpipe --json '{"tugboat": {"host": "pantheon"}}'
ddev composer require lullabot/drainpipe --with-all-dependencies
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# Compare the generated files to the ones used to build this repository
# preview - they should be the same.
- name: Test Generated Files
Expand Down
2 changes: 1 addition & 1 deletion .tugboat/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
php:
http: false
image: tugboatqa/php:8.1-apache-bullseye
image: tugboatqa/php-nginx:8.1-fpm
default: true

depends:
Expand Down
2 changes: 1 addition & 1 deletion scaffold/tugboat/config.yml.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
php:
http: false
image: tugboatqa/php:{{ php_version }}-apache-bullseye
image: tugboatqa/php-nginx:{{ php_version }}-fpm
default: true

depends:
Expand Down

0 comments on commit 0f78a6e

Please sign in to comment.