Skip to content

Commit

Permalink
Run tests on dart 2.14 and 2.15 too
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir committed Feb 10, 2022
1 parent 03f2100 commit 4e5dc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["2.12", "dev"]
version: ["2.12", "2.14", "2.15"]
container:
image: google/dart:${{ matrix.version }}
image: google/dart:${{ matrix.version }}
steps:
- uses: actions/checkout@v1
- name: Install dependencies
Expand Down

0 comments on commit 4e5dc59

Please sign in to comment.