Skip to content

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

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

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

Workflow file for this run

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