Skip to content

Php82 upgrade

Php82 upgrade #1

Workflow file for this run

name: "Build"
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
phpstan:
uses: ub-unibe-ch/github-workflows/.github/workflows/phpstan.yaml@v1

Check failure on line 16 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yaml" -> "ub-unibe-ch/github-workflows/.github/workflows/phpstan.yaml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
php-version: "8.2"
secrets:
packagist-token: ${{ secrets.PACKAGIST_TOKEN }}
php-cs-fixer:
uses: ub-unibe-ch/github-workflows/.github/workflows/php-cs-fixer.yaml@v1
with:
php-version: "8.2"
secrets:
packagist-token: ${{ secrets.PACKAGIST_TOKEN }}
phpunit:
needs: [ "phpstan", "php-cs-fixer" ]
uses: ub-unibe-ch/github-workflows/.github/workflows/phpunit.yaml@v1
with:
php-version: "8.2"
database-init: "none"
secrets:
packagist-token: ${{ secrets.PACKAGIST_TOKEN }}
node-token: ${{ secrets.NODE_AUTH_TOKEN }}