-
Notifications
You must be signed in to change notification settings - Fork 817
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update version sdk to latest supported
- Loading branch information
1 parent
bca7879
commit 5863482
Showing
4 changed files
with
29 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,25 +25,26 @@ jobs: | |
run: flutter pub get | ||
- name: Linter | ||
run: flutter analyze | ||
analysis_min_sdk: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-java@v3 | ||
with: | ||
java-version: 17 | ||
distribution: temurin | ||
- uses: subosito/[email protected] | ||
with: | ||
cache: true | ||
flutter-version: '3.13.9' | ||
channel: 'stable' | ||
- name: Version | ||
run: flutter doctor -v | ||
- name: Install dependencies | ||
run: flutter pub get | ||
- name: Linter | ||
run: flutter analyze | ||
# Min SDK is same as current SDK | ||
# analysis_min_sdk: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - uses: actions/setup-java@v3 | ||
# with: | ||
# java-version: 17 | ||
# distribution: temurin | ||
# - uses: subosito/[email protected] | ||
# with: | ||
# cache: true | ||
# flutter-version: '3.13.9' | ||
# channel: 'stable' | ||
# - name: Version | ||
# run: flutter doctor -v | ||
# - name: Install dependencies | ||
# run: flutter pub get | ||
# - name: Linter | ||
# run: flutter analyze | ||
formatting: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters