Skip to content

Commit

Permalink
ci bump java version, fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Dec 22, 2024
1 parent 8731b76 commit d0cc380
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 33 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,16 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11.x'
java-version: '17.x'
- uses: subosito/flutter-action@v2
with:
channel: ${{ matrix.flutter }}
- run: dart --version
# Setup sqlite3 lib (done for linux only but works safely on all platform)
- name: Install libsqlite3-dev
run: |
dart pub global activate --source git https://github.com/tekartik/ci.dart --git-path ci
dart pub global run tekartik_ci:setup_sqlite3lib
- run: flutter --version
- run: flutter upgrade
- run: dart pub global activate dev_build
Expand Down
8 changes: 4 additions & 4 deletions demo_idb/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
idb_shim: '>=2.4.0-4'
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: '>=1.0.0'
cupertino_icons: ">=1.0.8"
tekartik_app_flutter_idb:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
Expand All @@ -44,8 +44,8 @@ dependencies:
version: '>=0.1.0'

dev_dependencies:
dev_build:
path:
dev_build: ">=1.1.0+2"
path: ">=1.9.0"
flutter_test:
sdk: flutter
tekartik_app_lints_flutter:
Expand All @@ -54,7 +54,7 @@ dev_dependencies:
ref: dart3a
path: app_lints
version: '>=0.1.0'
process_run:
process_run: ">=1.2.1+1"

dependency_overrides:
# idb_shim:
Expand Down
10 changes: 5 additions & 5 deletions demo_sembast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ environment:
dependencies:
flutter:
sdk: flutter
path:
path: ">=1.9.0"
sembast_web: '>=2.3.0-1'
sembast:
sembast: ">=3.7.4+3"

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: '>=1.0.0'
cupertino_icons: ">=1.0.8"
tekartik_app_flutter_sembast:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
Expand All @@ -48,8 +48,8 @@ dependencies:
path_provider:

dev_dependencies:
dev_build:
process_run:
dev_build: ">=1.1.0+2"
process_run: ">=1.2.1+1"
flutter_test:
sdk: flutter
tekartik_app_lints_flutter:
Expand Down
6 changes: 3 additions & 3 deletions notepad_idb/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies:
idb_shim: '>=2.4.0-4'
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons:
sqflite: '>=1.2.0-dev'
cupertino_icons: ">=1.0.8"
sqflite: ">=2.4.0"
tekartik_app_flutter_idb:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
process_run: '>=0.10.3'
process_run: ">=1.2.1+1"
tekartik_app_lints_flutter:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
Expand Down
6 changes: 3 additions & 3 deletions notepad_sdb/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies:
idb_shim: '>=2.6.0+4'
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons:
sqflite: '>=1.2.0-dev'
cupertino_icons: ">=1.0.8"
sqflite: ">=2.4.0"
tekartik_app_flutter_idb:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
Expand Down Expand Up @@ -78,7 +78,7 @@ dev_dependencies:
path: packages/flutter_build
flutter_test:
sdk: flutter
process_run: '>=0.10.3'
process_run: ">=1.2.1+1"
tekartik_app_lints_flutter:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
Expand Down
10 changes: 5 additions & 5 deletions notepad_sembast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ dependencies:
flutter:
sdk: flutter

sembast: '>=2.4.7+6'
sembast: ">=3.7.4+3"
sembast_web: '>=2.1.0-1'
sembast_sqflite: '>=1.0.0'
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons:
cupertino_icons: ">=1.0.8"
tekartik_app_flutter_sembast:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
Expand All @@ -50,13 +50,13 @@ dependencies:
path: app_roboto
version: '>=0.1.0'
path_provider:
path:
cv:
path: ">=1.9.0"
cv: ">=1.1.0+4"

dev_dependencies:
flutter_test:
sdk: flutter
process_run:
process_run: ">=1.2.1+1"
tekartik_app_lints_flutter:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
Expand Down
10 changes: 5 additions & 5 deletions notepad_sqflite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons:
cupertino_icons: ">=1.0.8"
tekartik_app_flutter_sqflite:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
Expand All @@ -47,16 +47,16 @@ dependencies:
path: app_roboto
version: '>=0.1.0'
path_provider:
cv:
cv: ">=1.1.0+4"
# Deps and setup
sqflite_common_ffi: '>=2.3.4-0'
sqflite: '>=2.3.4-0'
sqflite_common_ffi: ">=2.3.4"
sqflite: ">=2.4.0"
sqflite_common_ffi_web: '>=0.4.2-1'

dev_dependencies:
flutter_test:
sdk: flutter
process_run:
process_run: ">=1.2.1+1"
tekartik_app_lints_flutter:
git:
url: https://github.com/tekartik/app_flutter_utils.dart
Expand Down
6 changes: 3 additions & 3 deletions process_run_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: '>=1.0.0'
process_run:
pub_semver:
cupertino_icons: ">=1.0.8"
process_run: ">=1.2.1+1"
pub_semver: ">=2.1.4"
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
8 changes: 4 additions & 4 deletions repo_support/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ environment:
sdk: ^3.5.0

dependencies:
process_run:
path:
process_run: ">=1.2.1+1"
path: ">=1.9.0"
tekartik_build_utils:
git:
url: https://github.com/tekartik/build_utils.dart
ref: dart3a
version: '>=0.7.8'

dev_dependencies:
test: '>=1.0.0'
dev_build: '>=0.13.4-dev.1'
test: ">=1.24.0"
dev_build: ">=1.1.0+2"

dependency_overrides:
# tekartik_build_utils:
Expand Down

0 comments on commit d0cc380

Please sign in to comment.