Skip to content

Commit

Permalink
Update rxdart-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Nov 16, 2023
1 parent fd6f559 commit 7b7f56f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rxdart-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
sdk: [ beta, stable, 2.17.0, 2.15.0, 2.12.0 ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Dart
uses: dart-lang/setup-dart@v1.3
uses: dart-lang/setup-dart@v1.6.0
with:
sdk: ${{ matrix.sdk }}

Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
--out=lcov.info
--report-on=lib

- uses: codecov/codecov-action@v2.1.0
- uses: codecov/codecov-action@v3.1.4

0 comments on commit 7b7f56f

Please sign in to comment.