From 93cf377d65511cabf128fa94eac288ad4076cec2 Mon Sep 17 00:00:00 2001 From: Steve Hamblett Date: Wed, 14 Aug 2024 10:14:43 +0100 Subject: [PATCH] Test failure fix for Dart 3.5 - tests now working on Windows for Dart 3.5, see https://github.com/dart-lang/sdk/issues/55745 --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9576685..17ee3a53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,17 +11,6 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - # 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 runs-on: ${{ matrix.os }} steps: