Skip to content

Commit

Permalink
ci(e2e): add Flutter 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Aug 8, 2024
1 parent 62154d0 commit 10d2488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10d2488

Please sign in to comment.