Skip to content

Commit

Permalink
temp: stick to flutter 3.19 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 14, 2024
1 parent 88942cc commit 96e7582
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.x
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.x
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'

Expand Down Expand Up @@ -148,6 +149,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.x
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.x
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'
architecture: x64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.x
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.x
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'
architecture: x64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/onyxsdk_pen_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.x
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.x
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.x
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'

Expand Down

0 comments on commit 96e7582

Please sign in to comment.