Skip to content

Add Dart 3.8.3 to CI matrix#63

Merged
exaby73 merged 2 commits intomainfrom
copilot/add-dart-3-8-1-ci-matrix
Nov 20, 2025
Merged

Add Dart 3.8.3 to CI matrix#63
exaby73 merged 2 commits intomainfrom
copilot/add-dart-3-8-1-ci-matrix

Conversation

Copy link
Contributor

Copilot AI commented Nov 20, 2025

Extends CI coverage to test against both stable and Dart 3.8.3.

Changes

  • Added matrix strategy to all workflow jobs (6 test jobs, 2 code quality jobs)
  • Each job now runs twice: once with stable, once with 3.8.3
strategy:
  matrix:
    sdk: ['stable', '3.8.3']
steps:
  - name: Setup Dart
    uses: dart-lang/setup-dart@v1
    with:
      sdk: ${{ matrix.sdk }}

This ensures compatibility with both the latest stable release and the specific 3.8.3 version.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add Dart 3.8.1 in CI matrix</issue_title>
<issue_description>Currently we are only testing with stable Dart. But we should run all CI workflows with Dart 3.8.1 as well</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@exaby73 exaby73 changed the title [WIP] Add Dart 3.8.1 to CI workflow matrix [WIP]ci: Add Dart 3.8.1 to CI workflow matrix Nov 20, 2025
@exaby73 exaby73 changed the title [WIP]ci: Add Dart 3.8.1 to CI workflow matrix [WIP] ci: Add Dart 3.8.1 to CI workflow matrix Nov 20, 2025
@exaby73 exaby73 changed the title [WIP] ci: Add Dart 3.8.1 to CI workflow matrix [WIP] ci: Add Dart 3.8.3 to CI workflow matrix Nov 20, 2025
Co-authored-by: exaby73 <50555895+exaby73@users.noreply.github.com>
Copilot AI changed the title [WIP] ci: Add Dart 3.8.3 to CI workflow matrix Add Dart 3.8.3 to CI matrix Nov 20, 2025
Copilot AI requested a review from exaby73 November 20, 2025 15:22
@exaby73 exaby73 marked this pull request as ready for review November 20, 2025 15:25
@exaby73 exaby73 merged commit 9f498c6 into main Nov 20, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Dart 3.8.1 in CI matrix

2 participants