diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 969bfa4..a3e70ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,9 @@ jobs: # Only run cron on the silverstripe account if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule') uses: maxime-rainville/gha-ci/.github/workflows/ci.yml@1 - preserve_vendor_test: true - extra_jobs: | - - php: 8.1 - db: pgsql - phpunit: true + with: + preserve_vendor_test: true + extra_jobs: | + - php: 8.1 + db: pgsql + phpunit: true