Skip to content

Commit

Permalink
do not test ember 4.12 in CI due to bug in @ember/string deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Nov 8, 2024
1 parent 32df1b6 commit a3f9d99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
#- ember-lts-4.12 # fails due to bug: https://github.com/emberjs/ember.js/issues/20377
- ember-lts-5.4
- ember-lts-5.8
- ember-release
Expand All @@ -91,13 +91,13 @@ jobs:
- scenario: ember-lts-3.28
browser: Firefox
bootstrap: 5
- scenario: ember-lts-4.12
- scenario: ember-lts-4.8
browser: Firefox
bootstrap: 3
- scenario: ember-lts-4.12
- scenario: ember-lts-4.8
browser: Firefox
bootstrap: 4
- scenario: ember-lts-4.12
- scenario: ember-lts-4.8
browser: Firefox
bootstrap: 5
- scenario: ember-lts-5.8
Expand Down

0 comments on commit a3f9d99

Please sign in to comment.