Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jun 1, 2024
1 parent cede3fa commit bac721b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 0 additions & 2 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.0.5
- os: ubuntu-latest
dart: stable
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.9.1
publish_to: none

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

dependencies:
meta:
Expand Down
2 changes: 1 addition & 1 deletion auth_browser/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: none
#author: alex <[email protected]>

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

dependencies:
tekartik_firebase_auth:
Expand Down
2 changes: 1 addition & 1 deletion auth_jwt/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.4.0
publish_to: none

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

dependencies:
path: ^1.6.0
Expand Down
2 changes: 1 addition & 1 deletion auth_local/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.10.1
publish_to: none

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

dependencies:
uuid: '>=1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion auth_rest/lib/src/auth_rest.dart
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ class AuthRestImpl with AuthMixin, AuthRestMixin implements AuthRest {
provider: EmailPasswordAuthProviderRest(),
uid: response.localId!));
// ignore: deprecated_member_use
_appRest!.client =
_appRest.client =
EmailPasswordLoggedInClient(userCredential: userCredential);
return UserCredentialEmailPasswordRestImpl(
response,
Expand Down
2 changes: 1 addition & 1 deletion auth_rest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.9.1
publish_to: none

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

dependencies:
uuid: '>=1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion auth_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.9.0
publish_to: none

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

dependencies:
meta:
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0 <4.0.0'
sdk: '>=3.4.0-0 <4.0.0'

dev_dependencies:
path:
Expand Down
2 changes: 2 additions & 0 deletions repo_support/test/gen_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@TestOn('vm')
library;

import 'dart:io';

import 'package:fs_shim/utils/io/copy.dart';
Expand Down

0 comments on commit bac721b

Please sign in to comment.