Skip to content

Added handling of case where the data object is no longer available -… #25

Added handling of case where the data object is no longer available -…

Added handling of case where the data object is no longer available -… #25

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:

Check failure on line 8 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 8, Col: 3): Error calling workflow 'silverstripe/gha-ci/.github/workflows/ci.yml@v1'. The nested job 'patchrelease' is requesting 'contents: write', but is only allowed 'contents: read'.
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
composer_require_extra: silverstripe/subsites:^2.6
dynamic_matrix: false
extra_jobs: |
- php: 8.0
phplinting: true
- php: 8.0
phpunit: true
- php: 8.0
db: mysql57pdo
phpunit: true
- php: 8.0
db: mysql80
phpunit: true
- php: 8.1
phpunit: true