bump Flutter to 3.13.0

This commit is contained in:
Adam Velebil 2023-08-21 15:28:58 +02:00
parent df9e04d112
commit ce4f509683
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
6 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.6'
flutter-version: '3.13.0'
- run: |
flutter config
flutter --version

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
env:
FLUTTER: '3.10.6'
FLUTTER: '3.13.0'
steps:
- uses: actions/checkout@v3

View File

@ -43,7 +43,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.6'
flutter-version: '3.13.0'
- run: |
flutter config
flutter --version

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
env:
PYVER: '3.11.4'
FLUTTER: '3.10.6'
FLUTTER: '3.13.0'
container:
image: ubuntu:20.04
env:

View File

@ -49,7 +49,7 @@ jobs:
with:
channel: 'stable'
architecture: 'x64'
flutter-version: '3.10.6'
flutter-version: '3.13.0'
- run: flutter config --enable-macos-desktop
- run: flutter --version

View File

@ -45,7 +45,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.6'
flutter-version: '3.13.0'
- run: flutter config --enable-windows-desktop
- run: flutter --version