lock CI to flutter stable 3.3.0

This commit is contained in:
Adam Velebil 2022-09-01 09:32:36 +02:00
parent 41d6170013
commit c9cfb00164
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
4 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.0'
- run: |
flutter config
flutter --version

View File

@ -33,6 +33,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.0'
- run: flutter config --enable-linux-desktop
- run: flutter --version

View File

@ -31,6 +31,7 @@ jobs:
with:
channel: 'stable'
architecture: 'x64'
flutter-version: '3.3.0'
- run: flutter config --enable-macos-desktop
- run: flutter --version

View File

@ -29,6 +29,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.0'
- run: flutter config --enable-windows-desktop
- run: flutter --version