Skip to content

Allow PHPUnit 11

Allow PHPUnit 11 #80

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- '*'
workflow_call:
secrets:
CODECOV_TOKEN:
required: true
permissions:
contents: read
jobs:
testsuite:
uses: ADmad/.github/.github/workflows/testsuite-with-db.yml@master
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 22, Col: 22): Invalid secret, CODECOV_TOKEN is not defined in the referenced workflow.
cs-stan:
uses: ADmad/.github/.github/workflows/cs-stan.yml@master
secrets: inherit