Skip to content

Commit

Permalink
Bump the language version in extension type tests to 3.3 (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Oct 6, 2023
1 parent 3e69ad8 commit 524b2b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [dev, stable]
# TODO(srawlins): Include dev when using analyzer that understands
# language version 3.3.
sdk: [stable]
job: [main, flutter, packages, sdk-docs]
include:
- os: macos-latest
sdk: dev
# TODO(srawlins): Change back to dev when using analyzer that
# understands language version 3.3.
sdk: stable
job: main
- os: windows-latest
sdk: dev
# TODO(srawlins): Change back to dev when using analyzer that
# understands language version 3.3.
sdk: stable
job: main
exclude:
# Do not try to run flutter against the "stable" sdk,
Expand Down
2 changes: 1 addition & 1 deletion test/extension_types_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ExtensionTypesTest extends DartdocTestBase {
String get libraryName => 'extension_types';

@override
String get sdkConstraint => '>=3.2.0 <4.0.0';
String get sdkConstraint => '>=3.3.0 <4.0.0';

// TODO(srawlins): Test superinterfaces, references to members which exist via
// `implements`, references to primary constructor.
Expand Down

0 comments on commit 524b2b6

Please sign in to comment.