Skip to content

Commit

Permalink
Update default Ember version compatibility string (for running addon …
Browse files Browse the repository at this point in the history
…tests) to reflect current LTS releases
  • Loading branch information
pgengler committed Aug 13, 2022
1 parent ed697b8 commit bbda516
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 bbda516

Please sign in to comment.