Skip to content

Commit

Permalink
chore: up min
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Nov 24, 2024
1 parent 5fe2014 commit 96f90c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
cache: true
channel: ${{ matrix.sdk == 'min' && 'stable' || matrix.sdk }}
flutter-version: ${{ matrix.sdk == 'min' && '3.3.0' || '' }}
flutter-version: ${{ matrix.sdk == 'min' && '3.10.0' || '' }}
- run: |
echo TARGET_DART_SDK=${{ matrix.sdk }} >> $GITHUB_ENV
- name: Prepare dependencies for the project management
Expand Down

0 comments on commit 96f90c1

Please sign in to comment.