From 722042235327f0debdc06b019df89c1a44f4ddc3 Mon Sep 17 00:00:00 2001 From: Artem IG Date: Sun, 17 Mar 2024 01:36:24 +0300 Subject: [PATCH] ci with new pubspec --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44b9780..2b56936 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] platform: [vm, node] - sdk: [2.18.0, stable] + sdk: [3.0.0, stable] steps: - uses: actions/checkout@v4