ci(e2e): add Flutter 3.24.0

This commit is contained in:
Felix Angelov
2024-08-08 13:32:58 -05:00
parent 62154d098a
commit 10d248883e
+2 -2
View File
@@ -12,14 +12,14 @@ on:
env:
SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }}
FLUTTER_VERSION: 3.22.3
FLUTTER_VERSION: 3.24.0
jobs:
patch:
strategy:
fail-fast: false
matrix:
flutter-version: [3.22.3, 3.22.2, 3.19.6]
flutter-version: [3.24.0, 3.22.3, 3.22.2, 3.19.6]
runs-on: ubuntu-latest
timeout-minutes: 15