Skip to content

Commit 8c04c7f

Browse files
Update dependency flutter to v3.13.6 (#229)
* Update dependency flutter to v3.13.6 * Enable pipeline to build Android & macOS for future PRs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Đào Hoàng Sơn <[email protected]>
1 parent 77f23fc commit 8c04c7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/flutter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: codecov/codecov-action@v3
4444

4545
build_apk:
46-
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'android') }}
46+
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'android') || startsWith(github.ref, 'refs/heads/renovate/flutter-') }}
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v4
@@ -232,7 +232,7 @@ jobs:
232232
fingerprint: <!-- ${{ github.sha }} -->
233233

234234
build_macos:
235-
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'macos') }}
235+
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'macos') || startsWith(github.ref, 'refs/heads/renovate/flutter-') }}
236236
runs-on: macos-latest
237237
steps:
238238
- uses: actions/checkout@v4

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,4 +1578,4 @@ packages:
15781578
version: "3.1.2"
15791579
sdks:
15801580
dart: ">=3.1.0-185.0.dev <4.0.0"
1581-
flutter: ">=3.13.5"
1581+
flutter: ">=3.13.6"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.1.0
44
publish_to: none
55

66
environment:
7-
flutter: 3.13.5
7+
flutter: 3.13.6
88
sdk: ">=2.18.4 <4.0.0"
99

1010
dependencies:

0 commit comments

Comments
 (0)