Skip to content

Commit 8c6b07b

Browse files
committed
ci: update build-example.yml
1 parent 2260502 commit 8c6b07b

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/build-example.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -53,35 +53,3 @@ jobs:
5353
with:
5454
name: app
5555
path: example/build/app/outputs/apk/release/app-release.apk
56-
57-
build-old-versions:
58-
runs-on: ubuntu-latest
59-
strategy:
60-
matrix:
61-
version: [ '2.8.1', '2.10.5' ]
62-
defaults:
63-
run:
64-
working-directory: ./example
65-
steps:
66-
- uses: actions/checkout@v3
67-
68-
- uses: actions/setup-java@v3
69-
with:
70-
distribution: 'zulu'
71-
java-version: '11'
72-
73-
- uses: subosito/[email protected]
74-
with:
75-
flutter-version: ${{ matrix.version }}
76-
77-
- name: Print Dart SDK version
78-
run: dart --version
79-
80-
- name: Print Flutter SDK version
81-
run: flutter --version
82-
83-
- name: Install dependencies
84-
run: flutter pub get
85-
86-
- name: Build APK
87-
run: flutter build apk --no-shrink

0 commit comments

Comments
 (0)