Skip to content

Commit

Permalink
tweak version
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Oct 25, 2024
1 parent 58a5ba4 commit 289a2ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/smashlibs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
build-and-test:
runs-on: ubuntu-latest

strategy:
matrix:
flutter-version: [ 'stable' ]

steps:
# Checkout the repository
- name: Checkout repository
Expand All @@ -23,7 +19,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ matrix.flutter-version }}
flutter-version: 'stable'
cache: true

# Verify Flutter installation
Expand Down

0 comments on commit 289a2ea

Please sign in to comment.