Skip to content

Commit

Permalink
Merge pull request #224 from ilteoood/fix/223
Browse files Browse the repository at this point in the history
Fix/223
  • Loading branch information
ilteoood authored Jun 11, 2024
2 parents 67cde8f + bf6c504 commit 39066a6
Show file tree
Hide file tree
Showing 9 changed files with 165 additions and 92 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/flutter-drive-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Flutter drive Android
on: push
jobs:
drive_android:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [21, 29, 31]
Expand All @@ -13,6 +13,11 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: Enable KVM group perms
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Run Flutter Driver basic tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/flutter-drive-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ jobs:
strategy:
matrix:
device:
- "iPhone 8"
- "iPhone 11 Pro Max"
- "iPhone 13 Pro Max"
- "iPhone 15"
- "iPhone 15 Plus"
- "iPhone 15 Pro"
- "iPhone 15 Pro Max"
fail-fast: true
runs-on: macos-latest
steps:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,7 @@ Upgrade intl@0.18.1, xml2json@6.2.2, toml@0.15.0, http@1.1.2
Fix: deprecation warnings

## [0.35.1]
Change intl version to '>=0.17.0-0 <=0.19.0'
Change intl version to '>=0.17.0-0 <=0.19.0'

## [0.36.0]
Ability to define custom separator
Loading

0 comments on commit 39066a6

Please sign in to comment.