Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Set SDK version to 3.0 stable (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed May 12, 2023
1 parent fcd6138 commit 7f6ebf2
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [3.0.0-417.0.dev] # TODO(#554)
sdk: [3.0.0]
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
with:
sdk: 3.0.0-417.0.dev # TODO(#554)
sdk: 3.0.0
- name: Install dependencies
run: dart pub get
- name: Install libclang-14-dev
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
with:
sdk: 3.0.0-417.0.dev # TODO(#554)
sdk: 3.0.0
- name: Install dependencies
run: dart pub get
- name: Build test dylib and bindings
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
with:
sdk: 3.0.0-417.0.dev # TODO(#554)
sdk: 3.0.0
- name: Install dependencies
run: dart pub get
- name: Build test dylib and bindings
Expand Down
2 changes: 1 addition & 1 deletion example/c_json/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: c_json_example

environment:
sdk: ">=3.0.0-417 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
ffi: ^2.0.1
Expand Down
2 changes: 1 addition & 1 deletion example/ffinative/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: ffinative_example

environment:
sdk: ">=3.0.0-417 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
ffi: ^2.0.1
Expand Down
2 changes: 1 addition & 1 deletion example/libclang-example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: libclang_example

environment:
sdk: ">=3.0.0-417 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
ffi: ^2.0.1
Expand Down
2 changes: 1 addition & 1 deletion example/objective_c/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: objective_c_example

environment:
sdk: ">=3.0.0-417 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
ffi: ^2.0.1
Expand Down
2 changes: 1 addition & 1 deletion example/shared_bindings/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: shared_bindings

environment:
sdk: ">=3.0.0-417 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
cli_util: ^0.4.0
Expand Down
2 changes: 1 addition & 1 deletion example/simple/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: simple_example

environment:
sdk: ">=3.0.0-417 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
ffi: ^2.0.1
Expand Down
2 changes: 1 addition & 1 deletion example/swift/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: swift_example

environment:
sdk: ">=3.0.0-417 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
ffi: ^2.0.1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:
- codegen

environment:
sdk: ">=3.0.0-417 <4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
ffi: ^2.0.1
Expand Down

0 comments on commit 7f6ebf2

Please sign in to comment.