Skip to content

Commit

Permalink
Skip test on Flutter 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 23, 2024
1 parent a652d32 commit 7a09812
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@ jobs:
strategy:
matrix:
# We want to support the two latest stable Flutter versions
flutter: ["3.22", "3.24"]
# Unfortunately, we currently can't support Flutter 3.22 because it's
# incompatible with `dart_style: ^2.3.7` that `drift_dev` has to use:
# https://github.com/simolus3/drift/issues/3302
flutter: ["3.24"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7a09812

Please sign in to comment.