flutter 3.7.11

This commit is contained in:
Adam Velebil 2023-04-17 16:40:12 +02:00
parent c8319a87fb
commit 53b27e63a0
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 uses: subosito/flutter-action@v2
with: with:
channel: 'stable' channel: 'stable'
flutter-version: '3.7.10' flutter-version: '3.7.11'
- run: | - run: |
flutter config flutter config
flutter --version flutter --version

View File

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

View File

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

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
PYVER: '3.11.3' PYVER: '3.11.3'
FLUTTER: '3.7.10' FLUTTER: '3.7.11'
container: container:
image: ubuntu:18.04 image: ubuntu:18.04
env: env:

View File

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

View File

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