From 6f3ad8f113ff19b771f552734b623f874d681986 Mon Sep 17 00:00:00 2001 From: Victor Carreras <34163765+vicajilau@users.noreply.github.com> Date: Thu, 18 Dec 2025 11:39:00 +0100 Subject: [PATCH] Add Flutter 3.35.0 to CI test matrix Adds Flutter version 3.35.0 to the build matrix in the GitHub Actions workflow. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3221b5d..841120e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - flutter: [ '3.24.0', '3.27.0', '3.29.0', '3.32.0', 'stable', 'beta' ] + flutter: [ '3.24.0', '3.27.0', '3.29.0', '3.32.0', '3.35.0', 'stable', 'beta' ] name: Tests on Flutter ${{ matrix.flutter }} steps: - uses: actions/checkout@v4