Skip to content

Commit

Permalink
Merge pull request #12231 from oguzbilgic/patch-2
Browse files Browse the repository at this point in the history
Use `heroku-redis:mini` instead of `hobby` as It is deprecated
  • Loading branch information
snipe committed Dec 8, 2022
2 parents d7c5a6a + 1c8ee0f commit 9b3df40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"image": "heroku/php",
"addons": [
"cleardb:ignite",
"heroku-redis:hobby-dev",
"heroku-redis:mini",
"papertrail:choklad"
]
}
}

0 comments on commit 9b3df40

Please sign in to comment.