Skip to content

Feat/#23287 php84 update #1

Feat/#23287 php84 update

Feat/#23287 php84 update #1

Workflow file for this run

name: UNIT-TESTS
on:
pull_request:
push:
branches:
- master
- 1.x
jobs:
phpunit:
name: PHPUnit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none
- name: Composer install
run: composer install --no-interaction --no-ansi --no-progress
- name: Run PHPUnit
run: vendor/phpunit/phpunit/phpunit -c tests/phpunit.xml