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 62d9350 commit ac3d12bCopy full SHA for ac3d12b
.github/workflows/integration_test.yml
@@ -23,6 +23,9 @@ jobs:
23
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
24
with:
25
cache: true
26
+ # remove version pinning after this error has been resolved
27
+ # A constant constructor can't call a non-constant super constructor (PatrolIntegrationTester)
28
+ flutter-version: 3.24.4
29
- uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0
30
31
# only update gradle cache from demo_app.yml jobs
0 commit comments