Skip to content

Commit

Permalink
changed version range for flutter demo to 3.3.0 - 3.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jun 26, 2024
1 parent f5fcc5d commit a9f8aa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
flutter-version: ['3.1.0', '3.22.2']
flutter-version: ['3.3.0', '3.22.2']

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: macos-12
strategy:
matrix:
flutter-version: ['3.1.0', '3.22.2']
flutter-version: ['3.3.0', '3.22.2']

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

strategy:
matrix:
flutter-version: ['2.10.0', '3.1.0', '3.22.2']
flutter-version: ['2.10.0', '3.3.0', '3.22.2']

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

strategy:
matrix:
flutter-version: ['2.10.0', '3.1.0', '3.22.2']
flutter-version: ['2.10.0', '3.3.0', '3.22.2']

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions demo/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish_to: 'none'
version: 1.0.0

environment:
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.10.0"
sdk: ">=2.18.0 <4.0.0"
flutter: ">3.3.0"

dependencies:
flutter:
Expand Down

0 comments on commit a9f8aa1

Please sign in to comment.