ci: add Flutter 3.29 to e2e workflow (#2893)

This commit is contained in:
Felix Angelov
2025-02-14 12:09:49 -06:00
committed by GitHub
parent 746a49ddc4
commit bae3875a2a
+2 -2
View File
@@ -12,14 +12,14 @@ on:
env:
SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }}
FLUTTER_VERSION: 3.27.2
FLUTTER_VERSION: 3.29.0
jobs:
patch:
strategy:
fail-fast: false
matrix:
flutter-version: [3.27.2, 3.27.1, 3.27.0, 3.24.5, 3.24.4, 3.24.3, 3.24.1, 3.24.0, 3.22.3, 3.22.2, 3.19.6]
flutter-version: [3.29.0, 3.27.2, 3.27.1, 3.27.0, 3.24.5, 3.24.4, 3.24.3, 3.24.1, 3.24.0, 3.22.3, 3.22.2, 3.19.6]
runs-on: ubuntu-latest
timeout-minutes: 15