Skip to content

Commit

Permalink
CI workflows: use Flutter 3.16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 15, 2023
1 parent 6ba8c3e commit eadf8bf
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adb-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dart-version: ['3.1']
dart-version: ['3.2']

defaults:
run:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Dart
uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
sdk: ${{ matrix.dart-version }}

- name: dart pub get
run: dart pub get
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/patrol-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

defaults:
run:
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

defaults:
run:
Expand Down Expand Up @@ -121,8 +121,8 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

defaults:
run:
Expand Down Expand Up @@ -194,8 +194,8 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/patrol-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

strategy:
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

steps:
- name: Clone repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/patrol_cli-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/patrol_devtools_extension-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/patrol_finders-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/patrol_finders-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

strategy:
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patrol_gen-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dart-version: ['3.1']
dart-version: ['3.2']

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-android-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']
device_model: ['oriole']
os: ['Android API']
os_version: ['33']
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-android-emulator-webview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-android-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ios-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']
device_model: ['iphone14pro']
os_version: ['16.6']
os: [iOS]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ios-simulator-webview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']
device_model: [iPhone 14]
os: [iOS]
os_version: ['16.2']
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ios-simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ['3.16.0-0.5.pre']
flutter-channel: ['beta']
flutter-version: ['3.16.x']
flutter-channel: ['stable']
device_model: [iPhone 8, iPhone 14, iPad (9th generation)]
os: [iOS]
os_version: ['16.2']
Expand Down

0 comments on commit eadf8bf

Please sign in to comment.