Skip to content

Commit

Permalink
allow test failures for Ember 4.8 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern authored Feb 7, 2024
1 parent e005411 commit ce9d483
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,11 @@ jobs:
fail-fast: true
matrix:
ember-try-scenario:
[ember-lts-3.28, ember-lts-4.4, ember-4.6, ember-4.8, ember-classic]
[ember-lts-3.28, ember-lts-4.4, ember-4.6, ember-classic]
allow-failure: [false]
include:
- ember-try-scenario: ember-4.8
allow-failure: true
- ember-try-scenario: ember-release
allow-failure: true
- ember-try-scenario: ember-beta
Expand Down

0 comments on commit ce9d483

Please sign in to comment.