Skip to content

remove unsupported dart versions in the tests #16

remove unsupported dart versions in the tests

remove unsupported dart versions in the tests #16

Workflow file for this run

name: Test all code changes
on: [ push ]
jobs:
build:
strategy:
matrix:
dart_version: [ 2.17,2.18,2.19,3.0,3.1,3.2,3.3 ]
runs-on: ubuntu-latest
container:
image: dart:${{ matrix.dart_version }}
steps:
- name: Checkout code for testing
uses: actions/checkout@v4
- name: Run all tests in project
run: dart test test/