Skip to content

Commit

Permalink
Update Mailer Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Nov 27, 2024
1 parent 70761c8 commit fd8ef32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LOCK_DSN=flock
###< symfony/lock ###

###> symfony/mailer ###
# MAILER_DSN=null://null
MAILER_DSN=null://null
###< symfony/mailer ###

###> doctrine/phpcr-bundle ###
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
DATABASE_URL: "mysql://root:@127.0.0.1:3306/sulu_test?serverVersion=5.7"

- php-version: '8.3'
node-version: '18'
node-version: '20'
npm-version: '9'
mysql-version: '8.0'
create-project: true
Expand All @@ -55,8 +55,8 @@ jobs:
SULU_ADMIN_EMAIL:
DATABASE_URL: "mysql://root:@127.0.0.1:3306/sulu_test?serverVersion=8.0"

- php-version: '8.3'
node-version: '20'
- php-version: '8.4'
node-version: '22'
npm-version: '10'
mysql-version: '8.0'
create-project: true
Expand All @@ -71,6 +71,7 @@ jobs:
MAILER_URL: null://localhost
SULU_ADMIN_EMAIL:
DATABASE_URL: "mysql://root:@127.0.0.1:3306/sulu_test?serverVersion=8.0"
PHP_CS_FIXER_IGNORE_ENV: true # remove when php cs fixer add support for PHP 8.4

services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"scheb/2fa-email": "^7.2",
"scheb/2fa-trusted-device": "^7.2",
"stof/doctrine-extensions-bundle": "^1.11",
"sulu/sulu": "2.6.*@dev",
"sulu/sulu": "^2.6.x-dev",
"symfony/config": "^7.1",
"symfony/dotenv": "^7.1",
"symfony/flex": "^1.17 || ^2.0",
Expand Down
2 changes: 1 addition & 1 deletion symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "4.3",
"ref": "df66ee1f226c46f01e85c29c2f7acce0596ba35a"
"ref": "09051cfde49476e3c12cd3a0e44289ace1c75a4f"
},
"files": [
"config/packages/mailer.yaml"
Expand Down

0 comments on commit fd8ef32

Please sign in to comment.