Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jul 24, 2024
1 parent 094606b commit a296b8b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Dependabot configuration file.
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
version: 2

enable-beta-ecosystems: true

updates:
- package-ecosystem: "pub"
directory: "support"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
9 changes: 6 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
flutter: [stable, beta]
include:
- os: ubuntu-latest
flutter: stable
- os: ubuntu-latest
flutter: beta
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v1
- uses: actions/setup-java@v4
with:
java-version: '11.x'
- uses: subosito/flutter-action@v2
Expand Down
8 changes: 3 additions & 5 deletions support/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: sqflite_support
description: Sqflite support tools
name: flutter_android_ci_exp_support
description: flutter_android_ci_exp support tools
version: 0.1.0
homepage: https://github.com/tekartik/sqflite
publish_to: none

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: ^3.4.0

dev_dependencies:
lints: '>=1.0.0'
Expand All @@ -15,5 +15,3 @@ dev_dependencies:
path:
pub_semver:

dependency_overrides:
# pedantic: '>=1.9.0 <3.0.0'

0 comments on commit a296b8b

Please sign in to comment.