Skip to content

Commit 4ee84ea

Browse files
Merge branch 'main' into fix-in_app_purchase
2 parents 80667a9 + a37f288 commit 4ee84ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flutter-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
flutter_version: [stable, beta, master]
26+
# Add master back once https://github.com/flutter/flutter/issues/160558 is fixed
27+
flutter_version: [stable, beta]
2728
os: [ubuntu-latest, macos-latest, windows-latest]
2829
steps:
2930
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)