Skip to content

Bump compare-versions from 6.1.0 to 6.1.1 #50

Bump compare-versions from 6.1.0 to 6.1.1

Bump compare-versions from 6.1.0 to 6.1.1 #50

Workflow file for this run

name: test
on:
push:
jobs:
pubspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: pubspec
name: Generate matrix from pubspec.yaml
uses: ./
with:
pubspec: 'pubspec.yaml'
outputs:
matrix: ${{ steps.pubspec.outputs.matrix }}
test:
needs: pubspec
runs-on: ubuntu-latest
strategy:
matrix: ${{fromJson(needs.pubspec.outputs.matrix)}}
steps:
- uses: flutter-actions/setup-flutter@v3
with:
version: ${{ matrix.release.flutter }}
channel: stable