Skip to content

Commit

Permalink
Test with older flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Dec 18, 2024
1 parent 122c430 commit 5dc288c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ on:
branches:
- main

env:
FLUTTER_MIN_VERSION: '3.25.4'

jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{env.FLUTTER_MIN_VERSION}}
cache: true
- name: Install Tools
run: ./.github/workflows/scripts/install-tools.sh
Expand Down Expand Up @@ -73,7 +76,7 @@ jobs:
fetch-depth: 0
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{env.FLUTTER_MIN_VERSION}}
cache: true
- name: Install Tools
run: ./.github/workflows/scripts/install-tools.sh
Expand All @@ -89,7 +92,7 @@ jobs:
fetch-depth: 0
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{env.FLUTTER_MIN_VERSION}}
cache: true
- name: Install Tools
run: ./.github/workflows/scripts/install-tools.sh
Expand All @@ -105,7 +108,7 @@ jobs:
fetch-depth: 0
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{env.FLUTTER_MIN_VERSION}}
cache: true
- name: Install Tools
run: .\.github\workflows\scripts\install-tools.bat
Expand Down

0 comments on commit 5dc288c

Please sign in to comment.