Skip to content

chore: Updated Required PHP Version #45

chore: Updated Required PHP Version

chore: Updated Required PHP Version #45

Workflow file for this run

name: Build PHP 8.2
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.2'
phpunit-config: "tests/phpunit10.xml"
code-coverage:
name: Coverage
needs: test
uses: WebFiori/workflows/.github/workflows/[email protected]
with:
php-version: '8.2'
coverage-file: 'php-8.2-coverage.xml'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}