Skip to content

Commit

Permalink
Drop master, it's b0rked
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored Dec 19, 2024
1 parent 40f92bc commit fd0bfc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter_version: [stable, beta, master]
flutter_version: [stable, beta]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand All @@ -34,4 +34,6 @@ jobs:
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
channel: ${{ matrix.flutter_version }}
- run: dart --version
- run: flutter --version
- run: ./flutter_ci_script_${{ matrix.flutter_version }}.sh

0 comments on commit fd0bfc9

Please sign in to comment.