Skip to content

Add PHP 8.3 to test matrix #73

Add PHP 8.3 to test matrix

Add PHP 8.3 to test matrix #73

Workflow file for this run

name: Coverage
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
generate-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql
tools: composer:v2
coverage: pcov
- uses: ramsey/composer-install@v2
- name: Execute tests
run: vendor/bin/pest
- uses: codecov/codecov-action@v3
with:
files: ./build/logs/clover.xml