Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastersam07 authored May 3, 2024
1 parent 9980350 commit 57257a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
flutter_version: "2.8.1"
flutter_version: "3.19.5"
java_version: "8.x"

jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: flutter pub get
- name: Format code
run: flutter format --dry-run . --set-exit-if-changed
run: dart format . --set-exit-if-changed
- name: Lint analysis
run: flutter analyze --no-pub
- name: Run tests
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
- name: Build
run: flutter build apk
working-directory: ./example
- run: git diff --exit-code
- run: git diff --exit-code

0 comments on commit 57257a9

Please sign in to comment.