Skip to content

Commit

Permalink
increase dart version
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarbenheim committed Jul 9, 2024
1 parent 1d1ce71 commit 4848871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Flutter Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
permissions:
contents: write
env:
flutterversion: "3.16.x"
flutterversion: "3.x"
jobs:
build-and-release-linux:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Flutter analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main]
env:
flutterversion: "3.16.x"
flutterversion: "3.x"
jobs:
flutter-status-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4848871

Please sign in to comment.