Skip to content

Commit b2fab1a

Browse files
committed
Update dart sdk version in CI
1 parent 3edeb85 commit b2fab1a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/leancode_contracts-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: dart-lang/setup-dart@v1
2323
with:
24-
sdk: 2.19.2
24+
sdk: 3.1.0
2525

2626
- name: Publish to pub.dev
2727
run: |

.github/workflows/leancode_contracts-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
dart_sdk: ["2.17.5", "2.18.2", "2.19.0", "3.0.0"]
24+
dart_sdk: ["3.0.7", "3.1.0"]
2525

2626
defaults:
2727
run:

.github/workflows/leancode_contracts_generator-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: dart-lang/setup-dart@v1
2525
with:
26-
sdk: 2.19.2
26+
sdk: 3.1.0
2727

2828
- name: Publish to pub.dev
2929
run: |

.github/workflows/leancode_contracts_generator-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
dart_sdk: ["2.19.0", "3.0.0"]
22+
dart_sdk: ["3.0.7", "3.1.0"]
2323

2424
runs-on: ubuntu-latest
2525

0 commit comments

Comments
 (0)