diff --git a/.gemini/settings.json b/.gemini/settings.json index a3019b9b5..3ae6a8781 100644 --- a/.gemini/settings.json +++ b/.gemini/settings.json @@ -7,4 +7,4 @@ ] } } -} \ No newline at end of file +} diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index e32110421..f5ad4e609 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -25,6 +25,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] + channel: [beta] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 @@ -33,7 +34,7 @@ jobs: java-version: '17' - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: - channel: beta + channel: ${{ matrix.channel }} - run: ./tool/flutter_ci_script_stable.sh # Verify the Android add-to-app samples build and pass tests with the beta diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c36a45659..f2309715c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: java-version: '17' - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: - channel: beta + channel: ${{ matrix.flutter_version }} - run: flutter pub get && dart tool/ci_script.dart # android-build: diff --git a/.gitignore b/.gitignore index 0b334ec52..7943f5195 100644 --- a/.gitignore +++ b/.gitignore @@ -84,4 +84,4 @@ yarn.lock !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages .claude/ -logs/ \ No newline at end of file +logs/