Browse Source

Tests: Set composer platform for PHP 8.2 to fix phpunit installation

pull/8646/head
Aleksander Machniak 3 years ago
parent
commit
47a2e2c536
  1. 4
      .github/workflows/tests.yml

4
.github/workflows/tests.yml

@ -42,6 +42,10 @@ jobs:
cp composer.json-dist composer.json
composer require "kolab/net_ldap3:~1.1.1" --no-update
- name: Fix PHPUnit for PHP 8.2
run: composer config platform.php 8.1
if: matrix.php >= 8.2
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress

Loading…
Cancel
Save