Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit ba5fb6a

Browse files
committed
Set 2.15.0 as the minimum Dart version
1 parent 4dad4df commit ba5fb6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest]
1717
node: ['12']
18-
sdk: [2.14.0, stable, beta, dev]
18+
sdk: [2.15.0, stable, beta, dev]
1919

2020
runs-on: ${{ matrix.os }}
2121

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: 'https://supabase.io'
55
repository: 'https://github.com/supabase-community/functions-dart'
66

77
environment:
8-
sdk: '>=2.14.0 <3.0.0'
8+
sdk: '>=2.15.0 <3.0.0'
99

1010
dependencies:
1111
http: ^0.13.4

0 commit comments

Comments
 (0)