Skip to content

Commit

Permalink
Test failure fix for Dart 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shamblett committed Aug 14, 2024
1 parent f6210e6 commit deb2e23
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
# TODO: Revert once https://github.com/dart-lang/sdk/issues/55745
# has been resolved

sdk: [stable, 3.3.0]
exclude:
- os: macos-latest
sdk: 3.3.0
- os: ubuntu-latest
sdk: 3.3.0
- os: windows-latest
sdk: stable
# sdk: [stable, 3.3.0]
# exclude:
# - os: macos-latest
# sdk: 3.3.0
# - os: ubuntu-latest
# sdk: 3.3.0
# - os: windows-latest
# sdk: stable
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit deb2e23

Please sign in to comment.