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

Commit

Permalink
Bump CI SDK version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Aug 25, 2023
1 parent daa0603 commit 52af943
Showing 1 changed file with 4 additions and 4 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]
sdk: [3.1.0]
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.0.0
sdk: 3.1.0
- 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.0.0
sdk: 3.1.0
- 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.0.0
sdk: 3.1.0
- name: Install dependencies
run: dart pub get
- name: Build test dylib and bindings
Expand Down

0 comments on commit 52af943

Please sign in to comment.