Skip to content

Commit fe74aad

Browse files
committed
chore: Bump sdk version to 3.7
1 parent 1292788 commit fe74aad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dart-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
PUB_CACHE_PATH: ~/.pub-cache
14-
LOWEST_DART_SDK: "3.5.0"
14+
LOWEST_DART_SDK: "3.7.0"
1515

1616
jobs:
1717
build:
@@ -23,7 +23,7 @@ jobs:
2323
dart_sdk:
2424
# ${{ env.LOWEST_DART_SDK }} won't work at job level as env context not available for strategy ¯\_(ツ)_/¯
2525
# (see https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#context-availability)
26-
- "3.5.0"
26+
- "3.7.0"
2727
- stable
2828
steps:
2929
- name: Checkout Code
@@ -82,12 +82,12 @@ jobs:
8282
unit_tests:
8383
name: Run Unit Tests
8484
runs-on: ${{ matrix.os }}
85-
continue-on-error: ${{ matrix.dart_sdk != '3.3.0' }} # env context not available for continue-on-error
85+
continue-on-error: ${{ matrix.dart_sdk != '3.7.0' }} # env context not available for continue-on-error
8686
strategy:
8787
fail-fast: false
8888
matrix:
8989
os: [windows-latest, ubuntu-latest, macos-latest]
90-
dart_sdk: ["3.5.0", stable, beta] # env context not available for strategy
90+
dart_sdk: ["3.7.0", stable, beta] # env context not available for strategy
9191
deps: [downgrade, upgrade]
9292
steps:
9393
- name: Checkout Code

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.8.0
44
repository: https://github.com/serverpod/relic
55

66
environment:
7-
sdk: ^3.5.0
7+
sdk: ^3.7.0
88

99
dependencies:
1010
async: ^2.11.0

0 commit comments

Comments
 (0)