Skip to content

Commit

Permalink
Don't test on 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlademann-wf committed Sep 17, 2021
1 parent a7f0315 commit 0f8c72a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.7.2, 2.13.4, stable, dev ]
sdk: [ 2.13.4, stable, dev ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.2
Expand All @@ -40,7 +40,7 @@ jobs:
# Analyze before generated files are created to verify that component boilerplate analysis is "clean" without the need for building
- name: Analyze example source (pre-build)
run: |
# Analyze lib to ensure public APIs don't depend on build-to-cache files,
# Analyze lib to ensure public APIs don't depend on build-to-cache files,
# which could cause analysis issues for consumers who haven't run a build yet.
dartanalyzer lib
cd example/boilerplate_versions
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.7.2, 2.13.4, stable, dev ]
sdk: [ 2.13.4, stable, dev ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM google/dart:2.7
FROM google/dart:2.13

# Expose env vars for git ssh access
ARG GIT_SSH_KEY
Expand Down

0 comments on commit 0f8c72a

Please sign in to comment.