Merge pull request #1326 from PrivateBin/unset-platform-matrix

in PHP matrix tests, we don't want to constrain the platform
This commit is contained in:
El RIDO 2024-05-13 06:58:53 +02:00 committed by GitHub
commit 74cc2c3c92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,6 +91,9 @@ jobs:
restore-keys: ${{ runner.os }}-composer-${{ steps.get-date.outputs.date }}- restore-keys: ${{ runner.os }}-composer-${{ steps.get-date.outputs.date }}-
# composer installation # composer installation
- name: Unset platform requirement
run: composer config --unset platform
- name: Setup PHPunit - name: Setup PHPunit
run: composer install -n run: composer install -n