Skip to content

Commit

Permalink
test current stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Jan 18, 2024
1 parent 62dd9f8 commit 6d9b65f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ on:
inputs:
flutter_version:
required: false
default: 'any'
default: '3.16.8'
type: string
flutter_channel:
required: false
default: 'master'
default: 'stable'
type: string
enable_android:
required: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ on:
inputs:
flutter_version:
required: false
default: 'any'
default: '3.16.8'
type: string
flutter_channel:
required: false
default: 'master'
default: 'stable'
type: string
fatal_warnings:
required: false
Expand Down

0 comments on commit 6d9b65f

Please sign in to comment.