Skip to content

Commit

Permalink
changed version range for flutter demo to 3.1.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 ce18b68 commit f5fcc5d
Showing 1 changed file with 4 additions and 4 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.0.4', '3.22.2']
flutter-version: ['3.1.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: ['2.10.0', '3.0.4', '3.22.2']
flutter-version: ['3.1.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.0.4', '3.22.2']
flutter-version: ['2.10.0', '3.1.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.0.4', '3.22.2']
flutter-version: ['2.10.0', '3.1.0', '3.22.2']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f5fcc5d

Please sign in to comment.