Skip to content

Commit

Permalink
Use Dart 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Jan 26, 2025
1 parent 99447f0 commit b459e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
sdk: ['3.5']
sdk: ['3.6']
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -24,7 +24,7 @@ jobs:
run: make tests_default

- name: Upload coverage to Coveralls
if: matrix.os == 'ubuntu-latest' && matrix.sdk == '3.5'
if: matrix.os == 'ubuntu-latest' && matrix.sdk == '3.6'
uses: coverallsapp/github-action@v2

format-markdown:
Expand Down

0 comments on commit b459e8d

Please sign in to comment.