Closed danielmorell closed 2 years ago
This build is going to fail because our dependency chain is not compatible with PHP 8. We need psr/log
to be at least v2 or above. However, we are depending on rollbar/rollbar
v2 which requires psr/log
v1 and PHP 7.
I initially marked this as a draft after the build failed to verify there were not any other issues in our CI pipeline. However, now that I know we need to get our version of rollbar/rollbar
to v3 to make this work I will create a separate branch/PR to contain the scope of that work.
Description of the change
This fixes a typo in the main CI GitHub Action. Each PHP version in the array should be separated by a comma.
Type of change
Related issues
None
Checklists
Development
Code review