Skip to content

Commit 2f535bf

Browse files
committed
ci: remove explicit Flutter version constraints from GitHub workflows
1 parent 76ced4b commit 2f535bf

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
sdk: [stable]
17-
flutter-version: [3.27.x]
1817

1918
steps:
2019
- name: Checkout repository
@@ -29,7 +28,6 @@ jobs:
2928
uses: subosito/flutter-action@v2
3029
with:
3130
channel: stable
32-
flutter-version: ${{ matrix.flutter-version }}
3331

3432
- name: Install dependencies
3533
run: flutter pub get

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
sdk: [stable]
16-
flutter-version: [3.27.x]
1716

1817
steps:
1918
- name: Checkout Code
@@ -41,7 +40,6 @@ jobs:
4140
strategy:
4241
matrix:
4342
sdk: [stable]
44-
flutter-version: [3.27.x]
4543

4644
steps:
4745
- name: Checkout Code
@@ -56,7 +54,6 @@ jobs:
5654
uses: subosito/flutter-action@v2
5755
with:
5856
channel: stable
59-
flutter-version: ${{ matrix.flutter-version }}
6057

6158
- name: Install dependencies
6259
run: flutter pub get

0 commit comments

Comments
 (0)