ci(e2e): add support for additional Flutter versions (#3329)

This commit is contained in:
Felix Angelov
2025-09-23 11:18:03 -05:00
committed by GitHub
parent 52a2eaa4b1
commit ffa893a544
+6 -1
View File
@@ -12,7 +12,7 @@ on:
env:
SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }}
FLUTTER_VERSION: 3.32.6
FLUTTER_VERSION: 3.35.4
jobs:
patch:
@@ -21,6 +21,11 @@ jobs:
matrix:
flutter-version:
[
3.35.4,
3.35.3,
3.35.2,
3.32.8,
3.32.7,
3.32.6,
3.32.5,
3.32.4,