Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmigo committed Mar 16, 2024
1 parent 7220422 commit 122f1c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
platform: [vm, node]
sdk: [3.0.0, stable]
sdk: [2.18.0, 3.0.0, stable]

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 6 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: schedulers
description: Dart library for running asynchronous functions on time. Useful for load balancing, rate limiting, lazy execution.
repository: https://github.com/rtmigo/schedulers

version: 2.0.0
version: 1.0.2

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=2.18.0 <4.0.0"

dependencies:
meta: ^1.3.0
collection: ^1.15.0

dev_dependencies:
test: ^1.21.6
Expand Down

0 comments on commit 122f1c9

Please sign in to comment.