Skip to content

Commit 141f86b

Browse files
Merge pull request #1926 from miguelpruivo/feature/update-ci-versions
Add Flutter 3.35.0 to CI test matrix
2 parents 5988b2c + 6f3ad8f commit 141f86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
flutter: [ '3.24.0', '3.27.0', '3.29.0', '3.32.0', 'stable', 'beta' ]
15+
flutter: [ '3.24.0', '3.27.0', '3.29.0', '3.32.0', '3.35.0', 'stable', 'beta' ]
1616
name: Tests on Flutter ${{ matrix.flutter }}
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)