Skip to content

Commit

Permalink
workflows update flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
yosemiteyss committed Oct 28, 2024
1 parent 0176ba4 commit a67b980
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Publish package
name: Publish Package

on:
release:
types: [published]

env:
FLUTTER_CHANNEL: 'stable'
FLUTTER_VERSION: '3.19.6'
FLUTTER_VERSION: '3.24.4'

jobs:
publish:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build and Test

on:
push:
branches:
Expand All @@ -12,7 +14,7 @@ on:

env:
FLUTTER_CHANNEL: 'stable'
FLUTTER_VERSION: '3.19.6'
FLUTTER_VERSION: '3.24.4'

jobs:
build_example_android:
Expand Down

0 comments on commit a67b980

Please sign in to comment.