Skip to content

Commit

Permalink
chore(ci): Bump Flutter version to 3.13.4
Browse files Browse the repository at this point in the history
Ensure we build on CI with the recent flutter to ensure the fix from
    1a0339db65e223b67a6026a223515b454e447802 works consistently.
  • Loading branch information
klochowicz committed Sep 20, 2023
1 parent 7101bb5 commit 43deece
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ on:
type: string
oracle_endpoint:
required: true
description: 'The oracles http url'
description: "The oracle's http url"
type: string
oracle_pubkey:
required: true
description: "The public key of the oracle. Must match with the public key returned at http://${oracle_endpoint}/oracle/publickey"
type: string

env:
FLUTTER_VERSION: "3.10.5"
FLUTTER_VERSION: "3.13.4"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [created]

env:
FLUTTER_VERSION: "3.10.5"
FLUTTER_VERSION: "3.13.4"
RUST_VERSION: "1.68.0"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_TERM_COLOR: always
FLUTTER_VERSION: "3.10.5"
FLUTTER_VERSION: "3.13.4"

jobs:
formatting-dprint:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ios-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@ on:
type: string
oracle_endpoint:
required: true
description: "The oracle's http url"
type: string
oracle_pubkey:
required: true
description: "The public key of the oracle. Must match with the public key returned at http://${oracle_endpoint}/oracle/publickey"
type: string

env:
FLUTTER_VERSION: "3.10.5"
FLUTTER_VERSION: "3.13.4"

jobs:
build:
Expand Down

0 comments on commit 43deece

Please sign in to comment.