Skip to content

phpunit config update #26

phpunit config update

phpunit config update #26

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- name: Installing dependencies
uses: php-actions/composer@v6
with:
php_version: 8.4
- name: Running unit test
uses: php-actions/phpunit@v3
with:
version: 11.0
php_version: 8.4