ConLite/.forgejo/workflows/composer.yml
Die Workflow-Konfigurationsdatei ist ungültig. Bitte überprüfe deine Konfigurationsdatei: yaml: line 18: did not find expected key

23 Zeilen
Kein EOL
333 B
YAML

name: PHP Composer
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup PHP with composer v2
uses: https://github.com/shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: composer:v2