Skip to content

Commit 79728f0

Browse files
Use Dart 3.11
1 parent 1688528 commit 79728f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [macos-latest, windows-latest, ubuntu-latest]
11-
sdk: ['3.10']
11+
sdk: ['3.11']
1212
runs-on: ${{ matrix.os }}
1313

1414
steps:
@@ -58,7 +58,7 @@ jobs:
5858
run: make tests_with_coverage_report
5959

6060
- name: Upload coverage to Coveralls
61-
if: matrix.os == 'ubuntu-latest' && matrix.sdk == '3.10'
61+
if: matrix.os == 'ubuntu-latest'
6262
uses: coverallsapp/github-action@v2
6363

6464
format-markdown:

0 commit comments

Comments
 (0)