Skip to content

Try again on 8.1

Try again on 8.1 #14

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- develop
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: ci
uses: studioespresso/.github/.github/workflows/ci.yml@main
with:
craft_version: '4'
php_version: '8.1'
jobs: '["ecs"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}