Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Mailer] Fix TypeError in on SMTP error #58650

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

Closed
wants to merge 11 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
add testdox
  • Loading branch information
bytestream committed Oct 28, 2024
commit 3598f12a127be6831454a70ae1bbb9c3246c1ecf
8 changes: 1 addition & 7 deletions 8 .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,16 +248,10 @@ jobs:
strategy:
matrix:
include:
- php: '7.2'
- php: '7.4'
- php: '8.2'
mode: high-deps
- php: '8.2'
mode: low-deps
- php: '8.3'
- php: '8.4'
extensions: mongodb,xsl,amqp,apcu,igbinary,intl,mbstring,memcached,redis
#mode: experimental
fail-fast: false

steps:
Expand Down Expand Up @@ -286,7 +280,7 @@ jobs:
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"

echo COLUMNS=120 >> $GITHUB_ENV
echo PHPUNIT="$(pwd)/phpunit --exclude-group tty,benchmark,intl-data,integration" >> $GITHUB_ENV
echo PHPUNIT="$(pwd)/phpunit --testdox --exclude-group tty,benchmark,intl-data,integration" >> $GITHUB_ENV
echo COMPOSER_UP='composer update --no-progress --ansi'$([[ "${{ matrix.mode }}" != low-deps ]] && echo ' --ignore-platform-req=php+') >> $GITHUB_ENV
echo SYMFONY_DEPRECATIONS_HELPER="baselineFile=$(pwd)/.github/deprecations-baseline.json" >> $GITHUB_ENV

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.