Skip to content

build: use one common workflow #229

build: use one common workflow

build: use one common workflow #229

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
- next
- next-major
- beta
- alpha
pull_request:
types: [opened, synchronize, reopened]
release:
types:
- created
jobs:
tests:
uses: monicahq/workflows/.github/workflows/library.yml@main

Check failure on line 19 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Unit tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 19, Col: 11): Input default-laravel-version is required, but not provided while calling. .github/workflows/tests.yml (Line: 19, Col: 11): Input node-version is required, but not provided while calling.
with:
php-versions: "['8.0', '8.1', '8.2']"
laravel-versions: "['8.*', '9.*', '10.*']"
default-php-version: '8.2'
laravel-version: '10.*'
matrix-exclude: "[{'php-version': '8.0', 'laravel-version': '10.*'}]"
project: monicahq_laravel-cloudflare
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
release:
uses: monicahq/workflows/.github/workflows/release.yml@main
secrets:
GH_TOKEN_RELEASE: ${{ secrets.GH_TOKEN_RELEASE }}
needs: tests