Skip to content

chore: Merge pull request #51 from WebFiori/dev #33

chore: Merge pull request #51 from WebFiori/dev

chore: Merge pull request #51 from WebFiori/dev #33

Workflow file for this run

name: Build PHP 8.1
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Run Tests
uses: WebFiori/workflows/.github/workflows/test-php.yaml@v1.2.1
with:
php-version: '8.1'
code-coverage:
name: Coverage
needs: test
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@v1.2.1
with:
php-version: '8.1'
coverage-file: 'php-8.1-coverage.xml'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}