Skip to content

Commit

Permalink
removed oldest flutter version on flutter android demo
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jun 26, 2024
1 parent 874ab63 commit 162f6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: ['2.10.0', '3.0.4', '3.22.2']
flutter-version: ['3.0.4', '3.22.2']

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

build-ios:
name: Build iOS demo
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
flutter-version: ['2.10.0', '3.0.4', '3.22.2']
Expand Down

0 comments on commit 162f6f3

Please sign in to comment.