mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
d2a3849f92
Change-Id: I0838cc90113efc8749032e49da70d3ab913112d4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/249720 Reviewed-by: Kevin Moore <kevmoo@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
14 lines
358 B
YAML
14 lines
358 B
YAML
name: language_versioning_2_7_test
|
|
version: 1.0.0
|
|
description: >
|
|
Tests of language versioning. Stored as a package in order to have its own
|
|
package configuration and default language version
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.7.0 <3.0.0'
|
|
|
|
dev_dependencies:
|
|
lints: any
|