Skip to content

Commit

Permalink
Disable Flutter beta CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Oct 29, 2024
1 parent e413950 commit fd72b10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
flutter-channel: [stable, beta]
# TODO(JonasWanke): re-enable beta CI when next stable Flutter version
# including breaking changes to Color are released
flutter-channel: [stable]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -37,7 +39,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
flutter-channel: [stable, beta]
# TODO(JonasWanke): re-enable beta CI when next stable Flutter version
# including breaking changes to Color are released
flutter-channel: [stable]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit fd72b10

Please sign in to comment.