Skip to content

Commit

Permalink
pumping up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Heinle committed Dec 13, 2024
1 parent ffe03f2 commit 625e51c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python 3.11
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.11"
# You can test your matrix by printing the current Python version
Expand Down Expand Up @@ -63,10 +63,10 @@ jobs:
# ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER"

- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v3.6
uses: flutter-actions/setup-flutter@v4.0
with:
channel: stable
version: 3.24.5
version: 3.27.0

# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: "Build Web App"
if: github.ref == 'refs/heads/main'
run: |
flutter build web --release --wasm
flutter build web --release --web-renderer canvaskit
- name: "Build Web App (WASM)"
if: github.ref == 'refs/heads/dev'
Expand Down
2 changes: 1 addition & 1 deletion external/jotrockenmitlockenrepo
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ publish_to: "none"
version: 1.3.5

environment:
sdk: ">=3.4.4 <4.0.0"
flutter: ">=3.24.5"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"

dependencies:
flutter:
Expand All @@ -22,15 +22,15 @@ dependencies:
sdk: flutter
intl: ^0.19.0

go_router: 14.6.0
go_router: ^14.6.2
font_awesome_flutter: any
dev_dependencies:
mockito: ^5.4.4
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_launcher_icons: ^0.14.1
flutter_launcher_icons: ^0.14.2
flutter_lints: ^5.0.0

flutter_launcher_icons:
Expand Down

0 comments on commit 625e51c

Please sign in to comment.