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

Commit

Permalink
Bump SDK again
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Aug 29, 2023
1 parent 537a462 commit b41a5ac
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 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.1.0]
sdk: [3.2.0-42.1.beta]
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
with:
sdk: 3.1.0
sdk: 3.2.0-42.1.beta
- name: Install dependencies
run: dart pub get
- name: Install libclang-14-dev
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
with:
sdk: 3.1.0
sdk: 3.2.0-42.1.beta
- name: Install dependencies
run: dart pub get
- name: Build test dylib and bindings
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
with:
sdk: 3.1.0
sdk: 3.2.0-42.1.beta
- name: Install dependencies
run: dart pub get
- name: Build test dylib and bindings
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Add support for ObjC Blocks that can be invoked from any thread, using
NativeCallable.listener.
- Bump min SDK version to 3.1.
- Bump min SDK version to 3.2.

# 9.0.1

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.1.0 <4.0.0"
sdk: ">=3.2.0-42.1.beta <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.1.0 <4.0.0"
sdk: ">=3.2.0-42.1.beta <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.1.0 <4.0.0"
sdk: ">=3.2.0-42.1.beta <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.1.0 <4.0.0"
sdk: ">=3.2.0-42.1.beta <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.1.0 <4.0.0"
sdk: ">=3.2.0-42.1.beta <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.1.0 <4.0.0"
sdk: ">=3.2.0-42.1.beta <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.1.0 <4.0.0"
sdk: ">=3.2.0-42.1.beta <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.1.0 <4.0.0"
sdk: ">=3.2.0-42.1.beta <4.0.0"

dependencies:
ffi: ^2.0.1
Expand Down

0 comments on commit b41a5ac

Please sign in to comment.