ci: add Flutter 3.22.3 to e2e

This commit is contained in:
Felix Angelov
2024-07-18 12:26:10 -05:00
parent a70a21ea96
commit a973da0114
+2 -2
View File
@@ -12,14 +12,14 @@ on:
env:
SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }}
FLUTTER_VERSION: 3.22.2
FLUTTER_VERSION: 3.22.3
jobs:
patch:
strategy:
fail-fast: false
matrix:
flutter-version: [3.22.2, 3.19.6]
flutter-version: [3.22.3, 3.22.2, 3.19.6]
runs-on: ubuntu-latest