Skip to content

Commit

Permalink
Update Dart in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Aug 30, 2024
1 parent 2d37c70 commit 547e0ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["2.12", "2.13", "dev"]
dartversion: ["google/dart:2.12", "dart:3.0", "dart:stable"]

container:
image: google/dart:${{ matrix.version }}
image: ${{ matrix.dartversion }}

steps:
- uses: actions/checkout@v1
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: google/dart:2.14
image: google/dart:3.5

steps:
- uses: actions/checkout@v1
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: google/dart:2.14
image: google/dart:3.5

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 547e0ce

Please sign in to comment.