upgrade github actions test.yaml to use flutter 3.10.3

This commit is contained in:
Josh Babb 2023-06-06 14:42:56 -05:00
parent 284ff11248
commit a91bdcb072

View file

@ -8,12 +8,12 @@ jobs:
- name: Prepare repository
uses: actions/checkout@v3
with:
flutter-version: '3.7.10'
flutter-version: '3.10.3'
channel: 'stable'
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.10'
flutter-version: '3.10.3'
channel: 'stable'
- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1