Skip to content

Commit

Permalink
πŸ’š Add min sdk check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Oct 6, 2023
1 parent b5225e2 commit b343781
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/runnable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
version: [
'', # Stable
'3.0.0' # Minimum
]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand All @@ -23,6 +27,8 @@ jobs:
java-version: '11.x'
- uses: subosito/flutter-action@v2
with:
cache: true
flutter-version: ${{ matrix.version }}
channel: 'stable'
- name: Log Dart/Flutter versions
run: |
Expand Down

0 comments on commit b343781

Please sign in to comment.