Skip to content

Commit

Permalink
feat: upgrade CI/CD flutter version to 3.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Nov 14, 2023
1 parent 021f7cf commit 0cf2c2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
flutter-version: '3.13.x'
channel: 'stable'
- name: Install Flutter dependencies
run: flutter pub get
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
flutter-version: '3.13.x'
channel: 'stable'
- run: flutter pub get
- run: flutter build ios --release --no-codesign
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: subosito/flutter-action@v2
# with:
# flutter-version: '3.10.x'
# flutter-version: '3.13.x'
# channel: 'stable'
# - name: Enable Web
# run: flutter config --enable-web
Expand All @@ -124,7 +124,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
flutter-version: '3.13.x'
channel: 'stable'
- name: Enable windows
run: flutter config --enable-windows-desktop
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
flutter-version: '3.13.x'
channel: 'stable'
- run: flutter pub get
- name: Analyze files
Expand All @@ -45,7 +45,7 @@ jobs:
KEYS_SECRET_PASSPHRASE: ${{ secrets.KEYS_SECRET_PASSPHRASE }}
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
flutter-version: '3.13.x'
channel: 'stable'
- run: flutter pub get
- name: Build Android app bundle
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
flutter-version: '3.13.x'
channel: 'stable'
- run: flutter pub get
- name: Build iOS
Expand All @@ -78,7 +78,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: subosito/flutter-action@v2
# with:
# flutter-version: '3.10.x'
# flutter-version: '3.13.x'
# channel: 'stable'
# - name: Enable Web
# run: flutter config --enable-web
Expand All @@ -95,7 +95,7 @@ jobs:
# - name: Run Flutter tasks
# uses: subosito/flutter-action@v2
# with:
# flutter-version: '3.10.x'
# flutter-version: '3.13.x'
# channel: 'stable'
# - name: Enable macOS
# run: flutter config --enable-macos-desktop
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
flutter-version: '3.13.x'
channel: 'stable'
- name: Intall requird Dependencies
run: sudo apt -y install clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
Expand All @@ -132,7 +132,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
flutter-version: '3.13.x'
channel: 'stable'
- name: Enable windows
run: flutter config --enable-windows-desktop
Expand Down

0 comments on commit 0cf2c2e

Please sign in to comment.