Flutter Version erhöhen in PR jobs #219

Merged
flixcoo merged 2 commits from hotfix/218-Flutter-Version-erhöhen-in-PR-jobs into development 2026-05-11 19:13:20 +00:00
Showing only changes of commit 424fa34cab - Show all commits

View File

@@ -20,11 +20,11 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version: 3.38.6 flutter-version: 3.41.0
- name: Get dependencies - name: Get dependencies
run: | run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.38.6-x64 git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
flutter pub get flutter pub get
- name: Analyze Formatting - name: Analyze Formatting
@@ -46,11 +46,11 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version: 3.38.6 flutter-version: 3.41.0
- name: Get dependencies - name: Get dependencies
run: | run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.38.6-x64 git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
flutter pub get flutter pub get
- name: Run tests - name: Run tests