Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM --- TESTING #249 phpstan-neon-dist. #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# DO NOT EDIT THIS FILE
# This file is controlled by Drainpipe, run composer install to apply pending
# updates.
# updates. You can add values to the php service using .tugboat/config.drainpipe-override.yml.
#
# Example config.drainpipe-override.yml
# php:
# aliases:
# urls:
# screenshot:
# visualdiff:
services:
php:
http: false
Expand All @@ -20,4 +27,7 @@ services:
image: tugboatqa/mariadb:10.4

redis:
image: tugboatqa/redis:6-bullseye
image: tugboatqa/redis:7-bullseye

elasticsearch:
image: tugboatqa/elasticsearch:7.17.23
5 changes: 5 additions & 0 deletions .tugboat/steps/1-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ docker-php-ext-install gd
# of GD. Lullabot will likely be publishing an ADR recommending it too.
apt-get install -y imagemagick

# Install the PHP redis extension.

yes '' | pecl install -f redis
echo 'extension=redis.so' > /usr/local/etc/php/conf.d/redis.ini

# Install node
apt-get install -y ca-certificates gnupg
mkdir -p /etc/apt/keyrings
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"minimum-stability": "dev",
"require": {
"lullabot/drainpipe": "^3",
"lullabot/drainpipe": "dev-249--switch-phpstan-to-include-phpstan-neon-dist",
"lullabot/drainpipe-dev": "dev-main"
},
"config": {
Expand Down
19 changes: 10 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.