Skip to content

Merge pull request #150 from WebFiori/release-please--branches--main #158

Merge pull request #150 from WebFiori/release-please--branches--main

Merge pull request #150 from WebFiori/release-please--branches--main #158

Workflow file for this run

name: Build PHP 8.3
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Run Tests
uses: WebFiori/workflows/.github/workflows/test-php.yaml@v1.2.5
with:
php-version: '8.3'
phpunit-config: 'tests/phpunit.xml'
code-coverage:
name: Coverage
needs: test
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@v1.2.5
with:
php-version: '8.3'
coverage-file: 'php-8.3-coverage.xml'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}