You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the transition to GitHub Actions, it would be a good idea to run the build and tests against the latest dev version of Dart as well as the latest stable version.
That helps us track any breaking changes that may be coming. For example, null safety is coming in 2.12 and 2.10 is currently released.
The text was updated successfully, but these errors were encountered:
* Add dev container to CI (#270)
* Disable fail-fast in CI strategy
* Add 2.10 tag, Change dev to experimental
* Remove upgrade dependencies
* Change matrix to 2.10 tag only
Given the transition to GitHub Actions, it would be a good idea to run the build and tests against the latest dev version of Dart as well as the latest stable version.
That helps us track any breaking changes that may be coming. For example, null safety is coming in 2.12 and 2.10 is currently released.
The text was updated successfully, but these errors were encountered: