Skip to content

Commit

Permalink
Update pipeline sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmendes committed Oct 13, 2023
1 parent 2b9428f commit cc5fead
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
needs: [bump_version]
env:
PROPERTIES_PATH: "android/key.properties"
JAVA_VERSION: "11.x"
FLUTTER_VERSION: "3.10.6"
JAVA_VERSION: "17.x"
FLUTTER_VERSION: "3.13.7"
defaults:
run:
working-directory: ./uni
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format_lint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
branches: [master, develop]

env:
FLUTTER_VERSION: 3.10.6
JAVA_VERSION: 11.x
FLUTTER_VERSION: 3.13.7
JAVA_VERSION: 17.x

jobs:
format:
Expand Down
2 changes: 1 addition & 1 deletion uni/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1349,4 +1349,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.1.2 <4.0.0"
flutter: ">=3.13.0"
flutter: ">=3.13.7"
6 changes: 3 additions & 3 deletions uni/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: uni
description: A UP no teu bolso.

publish_to: 'none' # We do not publish to pub.dev
publish_to: "none" # We do not publish to pub.dev

# The app version name is automatically bumped by CI.
# To change it manually, override the value in app_version.txt.
Expand All @@ -10,8 +10,8 @@ publish_to: 'none' # We do not publish to pub.dev
version: 1.7.16+206

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: 3.13.0
sdk: ">=3.0.0 <4.0.0"
flutter: 3.13.7

dependencies:
add_2_calendar: ^2.2.5
Expand Down

0 comments on commit cc5fead

Please sign in to comment.