From b3437812ce8b23e8636ed0d36e94d50f38ea6182 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sat, 7 Oct 2023 01:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Add=20min=20sdk=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/runnable.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/runnable.yml b/.github/workflows/runnable.yml index 902ea32..8c6a9b8 100644 --- a/.github/workflows/runnable.yml +++ b/.github/workflows/runnable.yml @@ -15,6 +15,10 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] + version: [ + '', # Stable + '3.0.0' # Minimum + ] steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 @@ -23,6 +27,8 @@ jobs: java-version: '11.x' - uses: subosito/flutter-action@v2 with: + cache: true + flutter-version: ${{ matrix.version }} channel: 'stable' - name: Log Dart/Flutter versions run: |