Skip to content

Update ci.yml add php-version:8.1 #27

Update ci.yml add php-version:8.1

Update ci.yml add php-version:8.1 #27

Workflow file for this run

name: CI
# Controls when the workflow will run
on:
push:
pull_request:
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ci:
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
composer_require_extra:
php-version:8.1
phpunit/phpunit:^9.5
silverstripe/installer:^5.1
silverstripe/recipe-cms:^5.1