Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add setup php step to GitHub Actions workflow (#7227)
`make dev` and composer were being run with the default php version, not the PHP version from the build matrix. This was causing build failures as the default version is PHP8 and some dependencies do not support it. Add a Setup PHP step to fix.
- Loading branch information