We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac0c10 commit b62f2c0Copy full SHA for b62f2c0
.github/workflows/flutter-prod.yml
@@ -11,6 +11,9 @@ on:
11
12
workflow_dispatch:
13
14
+env:
15
+ FLUTTER_VERSION: 3.27.4
16
+
17
jobs:
18
build_and_test:
19
runs-on: ubuntu-latest
@@ -22,7 +25,7 @@ jobs:
22
25
- name: Install Flutter
23
26
uses: subosito/flutter-action@v2
24
27
with:
- flutter-version: '3.22.0'
28
+ flutter-version: ${{ env.FLUTTER_VERSION }}
29
channel: 'stable'
30
cache: true
31
@@ -48,7 +51,7 @@ jobs:
48
51
- name: Setup Flutter build environment
49
52
50
53
54
55
56
57
0 commit comments