Skip to content

Commit

Permalink
Update to Dart ^3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Dec 31, 2024
1 parent 10f5958 commit c3e116d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [stable, beta, dev, "3.0.0"]
sdk: [stable, beta, dev, "3.1.0"]
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [stable, beta, dev, "3.0.0"]
sdk: [stable, beta, dev, "3.1.0"]
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.2.16
repository: https://github.com/JonasWanke/rrule

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.1.0 <4.0.0'

dependencies:
collection: ^1.15.0
Expand Down

0 comments on commit c3e116d

Please sign in to comment.