Skip to content

Commit 6f3ad8f

Browse files
committed
Add Flutter 3.35.0 to CI test matrix
Adds Flutter version 3.35.0 to the build matrix in the GitHub Actions workflow.
1 parent 5988b2c commit 6f3ad8f

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)