Skip to content

feat: bump gh action version for actions/checkout v3 => v4 (#202) #90

feat: bump gh action version for actions/checkout v3 => v4 (#202)

feat: bump gh action version for actions/checkout v3 => v4 (#202) #90

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: PHPUnit Tests PHP 8.1
uses: php-actions/phpunit@master
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text
php_extensions: xdebug bcmath
php_version: 8.1
version: 9
env:
XDEBUG_MODE: coverage