Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jun 2, 2024
1 parent 0e8b4e7 commit a78504c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
dart: 3.1.4
- os: ubuntu-latest
dart: stable
- os: ubuntu-latest
Expand All @@ -34,7 +32,7 @@ jobs:
sdk: ${{ matrix.dart }}
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'
- uses: actions/checkout@v4
- run: dart --version
- run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion packages/appstore_publish/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.1
publish_to: none

environment:
sdk: ^3.1.4
sdk: '>=3.4.0-0 <4.0.0'

# Add regular dependencies here.
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_build/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.2
publish_to: none

environment:
sdk: '>=3.1.4 <4.0.0'
sdk: '>=3.4.0-0 <4.0.0'

dependencies:
path: '>=1.7.0'
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_build_menu_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.3.4
publish_to: none

environment:
sdk: '>=3.1.4 <4.0.0'
sdk: '>=3.4.0-0 <4.0.0'

dependencies:
path: '>=1.6.0'
Expand Down
2 changes: 1 addition & 1 deletion packages/playstore_publish/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.3
publish_to: none

environment:
sdk: ^3.1.4
sdk: '>=3.4.0-0 <4.0.0'

# Add regular dependencies here.
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/repo_support/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.2.0
publish_to: none

environment:
sdk: '>=3.1.4 <4.0.0'
sdk: '>=3.4.0-0 <4.0.0'

dev_dependencies:
tekartik_lints:
Expand Down

0 comments on commit a78504c

Please sign in to comment.