Skip to content

Update ghcr.io/wyrihaximusnet/php Docker tag to v8.4 #16

Update ghcr.io/wyrihaximusnet/php Docker tag to v8.4

Update ghcr.io/wyrihaximusnet/php Docker tag to v8.4 #16

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 }}