Skip to content

Commit

Permalink
Merge pull request #114 from emberobserver/update_default_ember_versi…
Browse files Browse the repository at this point in the history
…on_compatibility

Update default Ember version compatibility string to reflect current LTS releases
  • Loading branch information
pgengler authored Aug 13, 2022
2 parents ed697b8 + bbda516 commit 3eee670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/pending_build_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#

class PendingBuildSerializer < ApplicationSerializer
DEFAULT_EMBER_VERSION_COMPATIBILITY_STRING = '~3.16.0 || ~3.20.0 || ~3.24.0 || >=3.25.0'
DEFAULT_EMBER_VERSION_COMPATIBILITY_STRING = '~3.28.0 || ~4.4.0 || >=4.5.0'

attributes :id, :addon_name, :repository_url, :version, :canary, :ember_version_compatibility

Expand Down

0 comments on commit 3eee670

Please sign in to comment.