From 52057060a48f970183d83ed8767f033aed433aac Mon Sep 17 00:00:00 2001 From: Doo Bui Date: Thu, 12 Dec 2024 10:18:36 +0000 Subject: [PATCH] chore: update workflows --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d67d33..70e28c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ on: branches: [ "master" ] env: - FRB_MAIN_DART_VERSION: 3.5.1 - FRB_MAIN_FLUTTER_VERSION: 3.24.1 + FRB_MAIN_DART_VERSION: 3.6.0 + FRB_MAIN_FLUTTER_VERSION: 3.27.0 jobs: build: @@ -39,7 +39,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04] - flutter: ["3.24.1"] + flutter: ["3.27.0"] steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v2 @@ -60,7 +60,7 @@ jobs: matrix: os: [macos-14] xcode: ["15.4"] - flutter: ["3.24.1"] + flutter: ["3.27.0"] exclude: - os: macos-13 xcode: 14.3.1