Skip to content

Commit

Permalink
Merge pull request #594 from ember-cli/rwjblue/reduce-compatibility-m…
Browse files Browse the repository at this point in the history
…atrix-size

Limit SemVer range smoke test to > 2.16 < 3.0.0.
  • Loading branch information
rwjblue committed Oct 29, 2020
2 parents 6fea746 + 1bc1360 commit ee6d6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
- ./node_modules/.bin/ember try:each --config-path='../test/fixtures/dummy-ember-try-config.js' --skip-cleanup true

# try:ember
- ./node_modules/.bin/ember try:ember '> 2.10.0 < 3.0.0'
- ./node_modules/.bin/ember try:ember '> 2.16.0 < 3.0.0'
- ./node_modules/.bin/ember try:ember '2.10.0' --config-path='../test/fixtures/dummy-ember-try-config.js'
- ./node_modules/.bin/ember try:ember '3.2.0' --skip-cleanup=true

Expand Down

0 comments on commit ee6d6d4

Please sign in to comment.