Skip to content

Commit

Permalink
Merge pull request #798 from Workiva/greglittlefield-wf-patch-3
Browse files Browse the repository at this point in the history
FED-675 Stop running plugin build on Dart 3 to fix CI
  • Loading branch information
rmconsole3-wf authored Jan 18, 2023
2 parents 88858c5 + a7310de commit 99a77d3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# Don't run on newer SDKs until we're able to get on analyzer 1.x,
# since our current analyzer version range results in build failures
# when analysis hits the `<<<` operator.
# sdk: [ 2.13.4, stable, dev ]
# Can't run on `dev` (Dart 3) until we're fully null-safe.
# TODO re-enable stable once we get the analysis/test parts of the build passing
sdk: [ 2.13.4 ]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -132,7 +130,8 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.13.4, stable, dev ]
# Can't run on `dev` (Dart 3) until we're fully null-safe.
sdk: [ 2.13.4, stable ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.2
Expand Down

0 comments on commit 99a77d3

Please sign in to comment.