phoenixframework / phoenix_live_reload

Provides live-reload functionality for Phoenix
MIT License
315 stars 90 forks source link

1.6 support? #117

Closed zkat closed 2 years ago

zkat commented 2 years ago

Hi!

I'm working on upgrading my app from 1.5 to 1.6 and noticed that this project doesn't declare support for 1.6 (yet?)

Should that be fixed? Is there anything in particular stopping it from just doing a version bump?

josevalim commented 2 years ago

Hi @zkat! 👋

This line:

https://github.com/phoenixframework/phoenix_live_reload/blob/master/mix.exs#L43

Means 1.4, 1.5, 1.6 and so on. So we should be all good (and Phoenix should be backwards compatible until 2.0).

zkat commented 2 years ago

oh. I'm a phoenix newbie and I think I just messed something up. So sorry, this is definitely user error. Thanks for the fast response, though! <3