Skip to content

chore: Merge pull request #87 from WebFiori/dev #29

chore: Merge pull request #87 from WebFiori/dev

chore: Merge pull request #87 from WebFiori/dev #29

Workflow file for this run

name: Build PHP 8.4
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Run Tests
uses: WebFiori/workflows/.github/workflows/[email protected]
with:
php-version: '8.4'
phpunit-config: "tests/phpunit10.xml"
code-coverage:
name: Coverage
needs: test
uses: WebFiori/workflows/.github/workflows/[email protected]
with:
php-version: '8.4'
coverage-file: 'php-8.4-coverage.xml'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}