emberjs / ember-test-waiters

An Ember addon to allow @ember/test-helpers to manage asynchronous operations
MIT License
29 stars 15 forks source link

Add support for 3.28, 4.12, 5.4 #466

Closed NullVoxPopuli closed 9 months ago

NullVoxPopuli commented 9 months ago

Context on "The Plan": https://github.com/emberjs/ember-test-waiters/issues/458

Preparing for the v4 release.

chancancode commented 9 months ago

Seems good, but do we want to explicitly test 4.4, etc, (or drop 3.16, etc from the matrix), to be consistent?

NullVoxPopuli commented 9 months ago

or drop 3.16, etc from the matrix

I'd learn towards this, but I'd want it to be explicitly called out in the changelog (changelog entrie = PR title).

I also want to make some more progress on testing, etc to see what maximum support is.

Because if it's easy to support 3.16, we could omit 3.20 and 3.24 from the matrix instead