Skip to content

Update WyriHaximus/github-action-composer-php-versions-in-range action to v1.14.0 #32

Update WyriHaximus/github-action-composer-php-versions-in-range action to v1.14.0

Update WyriHaximus/github-action-composer-php-versions-in-range action to v1.14.0 #32

name: Generate and Test Clients
on:
push:
branches:
- 'main'
- 'master'
- 'refs/heads/v[0-9]+.[0-9]+.[0-9]+'
pull_request:
jobs:
generate-and-test-client:
name: Continuous Integration
strategy:
fail-fast: false
matrix:
client: ["miele", "one"]
uses: ./.github/workflows/test-client.yaml
with:
name: ${{ matrix.client }}