Skip to content

Commit b385f98

Browse files
committed
dependency updates
1 parent bb3eb5a commit b385f98

File tree

3 files changed

+619
-7
lines changed

3 files changed

+619
-7
lines changed

.github/workflows/build_and_test_mobile.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,10 @@ jobs:
2626
- uses: actions/setup-java@v2
2727
with:
2828
distribution: "zulu"
29-
java-version: "11"
29+
java-version: "19"
3030
- uses: subosito/flutter-action@v2
3131
with:
3232
channel: "stable"
33-
34-
- uses: SpicyPizza/[email protected]
35-
with:
36-
envkey_SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
37-
envkey_SUPABASE_ANON: ${{ secrets.SUPABASE_ANON }}
38-
directory: mobile
3933

4034
- name: Get dependencies
4135
run: flutter pub get

0 commit comments

Comments
 (0)