Skip to content

Commit

Permalink
fix: checking against Flutter 3.X in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr committed Aug 1, 2022
1 parent dae7fc7 commit 3fceb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
flutter-version: ['2.5.0', '2.10.5', '3.x']
flutter-version: ['3.x']

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 3fceb48

Please sign in to comment.