Summary
Jobs
CI
Get matrix
Sylius 1.12.x, PHP 8.1, Symfony 5.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.12.x, PHP 8.1, Symfony 6.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.13.x, PHP 8.1, Symfony 5.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.13.x, PHP 8.1, Symfony 5.4.x, MySQL 8.0, State Machine symfony_workflow
Sylius 1.13.x, PHP 8.1, Symfony 6.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.13.x, PHP 8.1, Symfony 6.4.x, MySQL 8.0, State Machine symfony_workflow
Sylius 1.14.x, PHP 8.1, Symfony 5.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.14.x, PHP 8.1, Symfony 5.4.x, MySQL 8.0, State Machine symfony_workflow
Sylius 1.14.x, PHP 8.1, Symfony 6.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.14.x, PHP 8.1, Symfony 6.4.x, MySQL 8.0, State Machine symfony_workflow
Sylius 1.12.x, PHP 8.3, Symfony 5.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.12.x, PHP 8.3, Symfony 6.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.13.x, PHP 8.3, Symfony 5.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.13.x, PHP 8.3, Symfony 5.4.x, MySQL 8.0, State Machine symfony_workflow
Sylius 1.13.x, PHP 8.3, Symfony 6.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.13.x, PHP 8.3, Symfony 6.4.x, MySQL 8.0, State Machine symfony_workflow
Sylius 1.14.x, PHP 8.3, Symfony 5.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.14.x, PHP 8.3, Symfony 5.4.x, MySQL 8.0, State Machine symfony_workflow
Sylius 1.14.x, PHP 8.3, Symfony 6.4.x, MySQL 8.0, State Machine winzou_state_machine
Sylius 1.14.x, PHP 8.3, Symfony 6.4.x, MySQL 8.0, State Machine symfony_workflow
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration (Daily)
on:
schedule:
-
cron: "0 3 * * *" # Run every day at 3am
workflow_dispatch: ~
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}-minimal
cancel-in-progress: true
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yaml
with:
type: "daily"
secrets: inherit
You can’t perform that action at this time.