ci(e2e): rollback failing 3.24.2 patch e2e (temporarily)

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