Skip to content

Commit

Permalink
update github actions flutter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
britannio committed Nov 19, 2024
1 parent 8ee3c4e commit 0c831b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
tests:
strategy:
matrix:
flutter-version: ["2.10.5", "3.0.5", "3.3.2", "stable"]
flutter-version: ["3.0.5", "3.3.2", "stable"]
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -28,7 +28,7 @@ jobs:
platform_interface_tests:
strategy:
matrix:
flutter-version: ["2.10.5", "3.0.5", "3.3.2", "stable"]
flutter-version: ["3.0.5", "3.3.2", "stable"]
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 0c831b8

Please sign in to comment.