Skip to content

Commit

Permalink
Escape redis host
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Dec 6, 2023
1 parent 4adb628 commit ab0c435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Laravel/laravel-10.x.multi-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ projects:
install:
- composer require psr/log:2.0.0 --no-update
- composer update --prefer-dist --no-interaction --prefer-stable
- echo -e "\nREDIS_HOST=127.0.0.1\nREDIS_PORT=6379" >> .env
- echo -e "\nREDIS_HOST=\"127.0.0.1\"\nREDIS_PORT=6379" >> .env
2 changes: 1 addition & 1 deletion tests/Laravel/laravel-master.multi-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ projects:
success_only: true
install:
- composer update --prefer-dist --no-interaction --prefer-stable
- echo -e "\nREDIS_HOST=127.0.0.1\nREDIS_PORT=6379" >> .env
- echo -e "\nREDIS_HOST=\"127.0.0.1\"\nREDIS_PORT=6379" >> .env

0 comments on commit ab0c435

Please sign in to comment.