Skip to content

Commit

Permalink
chore: Set Flutter SDK version to 3.13.9 in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Amaro committed Nov 20, 2023
1 parent 11e2d13 commit f1135e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [main, develop]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
tests:
name: Run Automated Tests
Expand All @@ -17,6 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.9'
channel: 'stable'
- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit f1135e0

Please sign in to comment.