Skip to content

Commit

Permalink
Add missing space in env and upgrade node version in build
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrzytki committed Feb 28, 2022
1 parent 5ec5341 commit cc7e5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
php: [ 7.4, 8.0 ]
symfony: [ ^4.4, ^5.2 ]
sylius: [ ~1.9.0, ~1.10.0, ~1.11.0 ]
node: [ 10.x ]
node: [ 12.x ]
mysql: [ 5.7 ]

exclude:
Expand Down
2 changes: 1 addition & 1 deletion tests/Application/.env
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DATABASE_URL=mysql://root@127.0.0.1/sylius_amazon_pay_plugin_%kernel.environment
###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
#MESSENGER_TRANSPORT_DSN=doctrine://default
# MESSENGER_TRANSPORT_DSN=doctrine://default
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
MESSENGER_TRANSPORT_DSN=sync://
###< symfony/messenger ###
Expand Down

0 comments on commit cc7e5ea

Please sign in to comment.