Skip to content

Commit ac3d12b

Browse files
committed
1 parent 62d9350 commit ac3d12b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
2424
with:
2525
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
2629
- uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0
2730
with:
2831
# only update gradle cache from demo_app.yml jobs

0 commit comments

Comments
 (0)