Skip to content

Commit 3f4a11a

Browse files
committed
use new script on beta
1 parent c6a8e26 commit 3f4a11a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/beta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
# Run the stable test script on the beta channel. Since this branch will soon
1919
# be merged into main as our stable-targeting code, this is the key thing we
2020
# need to test.
21-
stable-tests-on-beta:
21+
Beta-CI:
22+
name: Test flutter beta channel
2223
runs-on: ${{ matrix.os }}
2324
if: github.repository == 'flutter/samples'
2425
strategy:
2526
fail-fast: false
2627
matrix:
2728
os: [ubuntu-latest, macos-latest, windows-latest]
28-
channel: [beta]
2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3131
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
@@ -34,7 +34,7 @@ jobs:
3434
java-version: '17'
3535
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
3636
with:
37-
channel: ${{ matrix.channel }}
37+
channel: beta
3838
- run: flutter pub get && dart tool/ci_script.dart
3939

4040
# Verify the Android add-to-app samples build and pass tests with the beta

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
flutter_version: [main, beta]
27+
flutter_version: [stable, beta]
2828
os: [ubuntu-latest, macos-latest, windows-latest]
2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)