Skip to content

Commit 0f8c72a

Browse files
Don't test on 2.7.2
1 parent a7f0315 commit 0f8c72a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dart_ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
sdk: [ 2.7.2, 2.13.4, stable, dev ]
18+
sdk: [ 2.13.4, stable, dev ]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: dart-lang/[email protected]
@@ -40,7 +40,7 @@ jobs:
4040
# Analyze before generated files are created to verify that component boilerplate analysis is "clean" without the need for building
4141
- name: Analyze example source (pre-build)
4242
run: |
43-
# Analyze lib to ensure public APIs don't depend on build-to-cache files,
43+
# Analyze lib to ensure public APIs don't depend on build-to-cache files,
4444
# which could cause analysis issues for consumers who haven't run a build yet.
4545
dartanalyzer lib
4646
cd example/boilerplate_versions
@@ -82,7 +82,7 @@ jobs:
8282
strategy:
8383
fail-fast: false
8484
matrix:
85-
sdk: [ 2.7.2, 2.13.4, stable, dev ]
85+
sdk: [ 2.13.4, stable, dev ]
8686
steps:
8787
- uses: actions/checkout@v2
8888
- uses: dart-lang/[email protected]

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM google/dart:2.7
1+
FROM google/dart:2.13
22

33
# Expose env vars for git ssh access
44
ARG GIT_SSH_KEY

0 commit comments

Comments
 (0)