Skip to content

Feat/#23557 php84 update #8

Feat/#23557 php84 update

Feat/#23557 php84 update #8

Workflow file for this run

name: UNIT-TESTS
on:
pull_request:
push:
branches:
- 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.4
coverage: none
- name: Composer install
run: composer install --no-interaction --no-ansi --no-progress
- name: Run PHPUnit
run: vendor/phpunit/phpunit/phpunit -c ./phpunit.xml.dist