Skip to content

chore: Merge pull request #52 from WebFiori/release-please--branches-… #5

chore: Merge pull request #52 from WebFiori/release-please--branches-…

chore: Merge pull request #52 from WebFiori/release-please--branches-… #5

Workflow file for this run

name: PHP 8.5
on:
push:
branches: [ main ]
pull_request:
branches: [ main, dev ]
env:
OPERATING_SYS: ubuntu-latest
PHP_VERSION: 8.5
jobs:
test:
name: Run Tests
uses: WebFiori/workflows/.github/workflows/test-php.yaml@v1.2.1
with:
php-version: '8.5'
phpunit-config: 'tests/phpunit10.xml'
code-coverage:
name: Coverage
needs: test
uses: WebFiori/workflows/.github/workflows/coverage-codecov.yaml@v1.2.1
with:
php-version: '8.5'
coverage-file: 'php-8.5-coverage.xml'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}